Resulta que al pasar el raton por encima de un enlace, ocurre un desplazamiento raro del div donde esta contenido.
http://www.sosfactory.com/webdesign/sosfactoryV3/services.html
Pasen por encima de los links en azul (SOLO EN IE).
Tengo el problema aislado, parece que la causa son los botones rollover del header:
Código :
.home{ background: url(../images/headerlover.jpg) no-repeat; width: 61px; height: 45px; float: left; } .home a { display: block; width: 61px; height: 45px; } .home img { width: 61px; height: 45px; border: 0 } * html a:hover { visibility:visible } .home a:hover img { visibility:hidden } .contact{ background: url(../images/headerrover.jpg) no-repeat; width: 60px; height: 45px; float: left; } .contact a { display: block; width: 60px; height: 45px; } .contact img { width: 60px; height: 45px; border: 0 } .contact a:hover img { visibility:hidden; }
Concretamente esta parte es la que me provoca el desplazamiento:
Código :
* html a:hover { visibility:visible }
A ver si hay alguna solucion, o alternativa.
Saludos.
Sergio