Ver Mensaje Individual
  #8 (permalink)  
Antiguo 11/11/2008, 03:22
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: hacer aparecer DIV según resolucion...

Ah, claro, tu idea de la posición absoluta me ha dado la idea de cómo hacerlo:

http://www.araudi.net/forosdelweb/chocovo.html

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es">
<head>
<title>chocovo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
* {margin: 0; padding: 0;}
#izquierdo, #derecho {position: absolute;top:0;}
#izquierdo {left:0;}
#derecho {right:0;}
#central {width: 1024px;margin: 0 auto;height: 400px; background: #00f;position: relative;}
</style>
</head>
<body>
<div id="izquierdo"><img src="img/1.jpg" /></div>
<div id="derecho"><img src="img/1.jpg" /></div>
<div id="central">Aquí el conenido</div>
</body>
</html>
__________________
Visita mi nueva web idplus.org