Ver Mensaje Individual
  #10 (permalink)  
Antiguo 22/10/2008, 10:58
Zptweb
 
Fecha de Ingreso: mayo-2007
Mensajes: 68
Antigüedad: 17 años
Puntos: 0
Respuesta: Div hover no se ve igual

Con este código, sí se ve bien en ie 7, firefox y safari, pero en ie 6, sale justo en el bottom del div, un margen de 2 o 3 px que no está rellenado con el background cuando se hace hover:

div.barra a:hover {

font-family: Arial;font-size: 15px; cursor: pointer; font-weight: bold;outline: none;
background-color: #60b12b;
color: white;}

div.barra a {
padding-top: 10px;
font-family: Arial;font-size: 15px; cursor: pointer; font-weight: bold;outline: none;
float: left;background-color: #9fcf66;
width: 110px; position: relative; height: 30px; text-align: center;color: #368304;}

Saludos.