Retroceder   Foros del Web > Diseño de Sitios web > CSS

Respuesta
 
Herramientas Desplegado
Antiguo 02-mar-2007, 09:27   #1 (permalink)
rashid está en el buen camino
 
Fecha de Ingreso: noviembre-2002
Mensajes: 748
Enviar un mensaje por ICQ a rashid
menu se corre en Firefox

Hola, tenemos un menu hecho con css y se muestra corrido de su posicion unos 20 pixels a la izquierda en mozzila, mientras que en explorer se ve bien.

Tienen idea de por que o como solucionarlo?

Mi css es:

Código PHP:
/* CSS Document */

.fixedbg {

      
background-attachmentscroll;

      
background-image:   url("http://www.hillsofportalon.com/images/main2.jpg");

      
background-repeatno-repeat;

      
background-positionleft top;

}
/*#menu {
   float: left;
}
*/
#home { width: 150px; }
#homesite { width: 150px; }
#amenities { width: 150px; }
#photo { width: 150px; }
#reserve { width: 150px; }
#links { width: 150px; }
#contact { width: 150px; }
#home a, #homesite a, #amenities a, #photo a, #reserve a, #links a, #contact a{background: url("http://www.hillsofportalon.com/images/nav4.jpg") no-repeat}
#home a { background-position: 0px 0px;   line-height: 26px;   height: 30px;}
#home a:hover { background-position: -150px 0px;   line-height: 26px;   height: 30px;}
#homesite a { background-position: 0px -28px;   line-height: 26px;   height: 26px;}
#homesite a:hover { background-position: -150px -29px;   line-height: 26px;   height: 26px;}
#amenities a { background-position: 0px -54px;   line-height: 27px;   height: 26px;}
#amenities a:hover { background-position: -150px -54px;   line-height: 27px;   height: 26px;}
#photo a { background-position: 0px -80px;   line-height: 26px;   height: 26px;}
#photo a:hover { background-position: -150px -80px;   line-height: 26px;   height: 26px;}
#reserve a { background-position: 0px -105px;   line-height: 26px;   height: 26px;}
#reserve a:hover { background-position: -150px -105px;   line-height: 26px;   height: 26px;}
#links a { background-position: 0px -132px;   line-height: 20px;   height: 26px;}
#links a:hover { background-position: -150px -132px;   line-height: 20px;   height: 26px;}
#contact a { background-position: 0px -158px;   line-height: 26px;   height: 26px;}
#contact a:hover { background-position: -150px -158px;   line-height: 26px;   height: 26px;}

#menu a {
  
  
text-decorationnone;
  
font-size12px;    
  
displayblock;
  
text-align:center;
}


ul {
  
margin0px;
  
left0px;
  list-
style-typenone;

gracias
rashid está desconectado   Responder Citando
Respuesta

No hay votos aún.


Herramientas
Desplegado

Normas de Publicación
No puedes crear nuevos temas
No puedes responder temas
No puedes subir archivos adjuntos
No puedes editar tus mensajes

BB code is Activado
Caritas están Activado
[IMG] está Activado
Código HTML está Desactivado


La Zona horaria es GMT -6. Ahora son las 03:35.


Message Board Statistics

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93