css posicionamiento problemas de navegación

  • danadesigns_1
  • Born
  • Born
  • No Avatar
  • Registrado: Jul 06, 2008
  • Mensajes: 4
  • Status: Offline

Nota Mayo 7th, 2009, 8:02 pm

Este es mi primer sitio web con CSS. He utilizado mucho la posición absoluta en esta página para tratar de hacer todo lo que la superposición de una imagen grande. Para la mayor parte de su todo bien, pero la navegación tiene un pequeño problema. Ive intentado seguir las estrategias lynda.com pero Im en un plazo y la necesidad de fijar mi página con lo que tengo. el texto de navegación es una posición absoluta sobre algunos bloques de la imagen que están en un fondo de imagen JPEG.

Aquí está el problema:
el texto se desplaza ligeramente en "la galería de Cameron" de texto a un lado en el IE y la otra en Firefox. Los otros dos bloques de texto no tienen este problema.

CSS:
Código: [ Select ]
}
#header {
}
#header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: absolute;
    left: 385px;
    top: -106px;
    width: 72px;
    height: 34px;
    }
#header li {
    float: left;
    }
#cameron {
}
#cameron ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: absolute;
    left: 480px;
    top: -106px;
    width: 102px;
    height: 34px;
    }
#cameron li {
    float: left;
    }
#contact {
}
#contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: absolute;
    left: 609px;
    top: -106px;
    width: 110px;
    height: 34px;
    }
#contact li {
    float: left;
    }
.style7 {font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; }
.style8 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
  1. }
  2. #header {
  3. }
  4. #header ul {
  5.     margin: 0;
  6.     padding: 0;
  7.     list-style: none;
  8.     float: left;
  9.     position: absolute;
  10.     left: 385px;
  11.     top: -106px;
  12.     width: 72px;
  13.     height: 34px;
  14.     }
  15. #header li {
  16.     float: left;
  17.     }
  18. #cameron {
  19. }
  20. #cameron ul {
  21.     margin: 0;
  22.     padding: 0;
  23.     list-style: none;
  24.     float: left;
  25.     position: absolute;
  26.     left: 480px;
  27.     top: -106px;
  28.     width: 102px;
  29.     height: 34px;
  30.     }
  31. #cameron li {
  32.     float: left;
  33.     }
  34. #contact {
  35. }
  36. #contact ul {
  37.     margin: 0;
  38.     padding: 0;
  39.     list-style: none;
  40.     float: left;
  41.     position: absolute;
  42.     left: 609px;
  43.     top: -106px;
  44.     width: 110px;
  45.     height: 34px;
  46.     }
  47. #contact li {
  48.     float: left;
  49.     }
  50. .style7 {font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; }
  51. .style8 {
  52.     font-size: 12px;
  53.     font-weight: bold;
  54.     font-style: italic;
  55. }


Aquí está el código:
Código: [ Select ]
<div id="cameron">
     <ul>
        <li><a href="test.html" class="style7">the cameron gallery</a></li>
     </ul>
    </div>
    <div id="contact">
     <ul>
        <li><a href="test.html" class="style7">contact dinah</a></li>
     </ul>
    </div>
  1. <div id="cameron">
  2.      <ul>
  3.         <li><a href="test.html" class="style7">the cameron gallery</a></li>
  4.      </ul>
  5.     </div>
  6.     <div id="contact">
  7.      <ul>
  8.         <li><a href="test.html" class="style7">contact dinah</a></li>
  9.      </ul>
  10.     </div>


Hágame saber si usted necesita cualquier información más y espero que alguien me puede ayudar. Gracias!
Moderator Remark: Added [code] tags
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Mayo 7th, 2009, 8:02 pm

  • natas
  • PHP Ninja
  • Proficient
  • No Avatar
  • Registrado: Mar 28, 2009
  • Mensajes: 305
  • Loc: AFK
  • Status: Offline

Nota Mayo 7th, 2009, 9:52 pm

¿Cuál es el vínculo al sitio?
Custom Web Design
  • CXLink
  • Expert
  • Expert
  • Avatar de Usuario
  • Registrado: Nov 22, 2004
  • Mensajes: 684
  • Loc: ATL-GA
  • Status: Offline

Nota Mayo 8th, 2009, 4:58 am

El código que ponga para arriba no muestra nada. Es el sitio en algún lugar o hay una forma en que podría poner de seguridad del mismo y enviar un enlace.
Push-Here ::: Web Design + Identity
WordPress - like mayonnaise - goes great with anything
We adore chaos because we love to produce order. -M. C. Escher

Publicar Información

  • Total de mensajes en este tema: 3 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 123 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC