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

Bueno,

Por fin lo solucioné. Claro que la solución fue la siguiente:

/* Sector inferior */
#contenedor-inferior {position: relative; width: 1000px; height: 33px; left: 0px; top: 548px; font-family: Arial; font-size: 80%; color: #ffffff;}
#institucion {position: absolute; width: 184px; height: 33px; left: 10px; 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: 10px; top: 3px; z-index:}
/*-- 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;}

Gracias zerokilled