Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/12/2009, 18:27
ginnomillan
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Problema con pixeles extra de Internet Explorer

A ver.. tienes razón, mejor con imágenes: Con este código en la hoja de estilos para IE:

/* Sector inferior */
/*#contenedor-inferior {position: absolute; width: 993px; height: 33px; left: 0px; top: 548px; font-family: Arial; font-size: 80%; color: #ffffff;}*/
#institucion {position: absolute; width: 184px; height: 33px; left: 12px; top: 3px; z-index: 1}
#direccion {position: absolute; width: 253px; height: 33px; left: 256px; top: 3px; z-index: 2}
#fono-fax {position: absolute; width: 190px; height: 33px; left: 567px; top: 3px; z-index: 3}
#contacto {position: absolute; width: 53px; height: 33px; left: 815px; top: 3px; z-index: 4}
#sitemap {position: absolute; width: 84px; height: 33px; right: 12px; top: 3px; z-index: 5}
/*-- ESPECIFICACION DE ACCIONES SOBRE LAS FUENTES --*/
/*-- MAPA DEL SITIO --*/
a.sitemap:link {text-decoration:none; color: #ffffff;}
a.sitemap:visited {text-decoration:none; color: #ffffff;}
a.sitemap:active {text-decoration:none; color: #ffffff;}
a.sitemap:hover {text-decoration:underline; color: #ffffff;}
/*-- CONTACTO --*/
a.contacto:link {text-decoration:none; color: #ffffff;}
a.contacto:visited {text-decoration:none; color: #ffffff;}
a.contacto:active {text-decoration:none; color: #ffffff;}
a.contacto:hover {text-decoration:underline; color: #ffffff;}

Esto ocurre: Todas estas capturas son con una resolución de pantalla de 1024x768 que es en la que por defecto estoy diseñando.



Fíjate ahora que al explorer le quité una de las barras de su menú y mira lo que ocurre:



Ese es mi gran drama. Que no me aparece la barra de scroll vertical automáticamente

Última edición por ginnomillan; 27/12/2009 a las 18:55