 
			
				23/03/2009, 11:59
			
			
			     |  
      |    |    |    Fecha de Ingreso: marzo-2009  
						Mensajes: 10
					  Antigüedad: 16 años, 7 meses Puntos: 0     |        |  
  |      Respuesta: problemas con div        Veamos me parece que no me explique del todo bien.  Aunque con IE 7 y firefox 3 la pagina se muestra correctamente pero en versiones inferiores a IE 7 se superponen algunos divs. Ademas a medida que ampliamos el zoom en firefox se van aproximando hasta que finalmente se superponen. Pueden hacer la prueba con Ctrl + +...la dreccion es (gravityweb punto es ) para que lo vean..   
¿Alguien me puede ayudar?   
ADJUNTO DE NUEVO EL CSS (Aunque unicamente hace referncia a la posicion div.logo, div.menu, div.info) 
@charset "utf-8"; 
/* CSS Document */ 
.datos 
{ 
	font-size:9px; 
	color: #000000; 
	background-color:#eceded; 
	font-family:Arial; 
} 
div.logo  
{ 
margin: 0; 
font-size: 80% /*smaller*/; 
font-weight: bold; 
line-height: 1.1; 
text-align:left; 
position: absolute; 
top: 2em; 
left: auto; 
width: 28em; 
right: 37em; 
} 
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; 
}div.info p 
{ 
	font-family:Arial; 
	font-size:14px; 
	text-align:justify; 
} 
div.info ul 
{ 
	font-family:Arial; 
	font-size:14px; 
	text-align:justify; 
} 
div.info table 
{ 
	font-family:Arial; 
	font-size:14px; 
} 
div.info blockquote 
{ 
	font-family:Arial; 
	font-size:14px; 
} 
/* Esto mantiene fijos los links */ 
a:hover,a:link,a:visited,a:active 
{ 
	/*font-size:9px;*/ 
	color:EA9930; 
	text-decoration:none; 
	font-family:Arial; 
	font-style:italic; 
}   
h1 
{ 
	font-size:12px; 
	color: #000000; 
	font-family:Arial; 
} 
body 
{ 
	background-color:#eceded; 
	font-family:Arial; 
	font-size:12px; 
} 
table 
{ 
	background-color:#FFFFFF; 
	border-color:#000000; 
	font-family:Tahoma; 
} 
tr 
{ 
	border-style:none; 
	font-family:Arial; 
} 
td 
{ 
	border-style:none; 
	font-family:Arial; 
} 
img 
{ 
	border-style:none; 
	font-family:Arial; 
}           |