Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/03/2009, 12:01
std_alex
 
Fecha de Ingreso: marzo-2009
Mensajes: 10
Antigüedad: 15 años, 2 meses
Puntos: 0
problemas con div

Mediante un CSS, intento controlar la posicion de algunos <div>, el problema que tengo es que en algunos navegadores no se visualiza bien y se montan unos <div> sobre otros... el codigo que tengo en el CSS, es este:
div.menu
{
margin: 0;
font-size: 80% /*smaller*/;
font-weight: bold;
line-height: 1.1;
text-align:left;
position: absolute;
top: 8.5em;
left: auto;
width: 8.5em;
right: 37em;
}

div.info
{
margin: 0;
font-size: 80% /*smaller*/;
font-family:Arial;
line-height: 1.1;
text-align:left;
position: absolute;
top: 7.5em;
left: 35em;
width: 50em;
right: auto;
}

en algunos navegaores se menta el contenido de un <div> con el otro....
Alguien puede ayudarme....??

Gracias