Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/07/2005, 00:55
Avatar de braulito
braulito
 
Fecha de Ingreso: abril-2004
Ubicación: Cusco - Perú
Mensajes: 597
Antigüedad: 20 años
Puntos: 8
Modificado de http://www.zevra.com/experimentos/centrovertical.html
Código HTML:
<!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">
<head>
<title>Centrado</title>
<meta http-equiv="Content-Type" content="text/xml; charset=iso-8859-1" />
<style media="screen" type="text/css">

body {
	  margin:0px;
	  padding:0px;
      }

#linea        
	{
	width: 100%;
	position: absolute;
	top: 35%;
	text-align: center;
	overflow: visible;
	}

#caja    
	{
	position: absolute;
	width: 350px;
	height: 252px;
	top: -50px;
	left: 45%;
	margin-left: -100px;
	}

</style>

</head>

<body>


<div id="linea">

   <div id="caja">
   
     <img src="http://www.guatepredios.com/images/construccion.gif" width="350" height="252" alt="Guatepredios" />

   </div>

</div>


</body>
</html> 
__________________
Braulio Soncco
braulio at buayacorp dot com
Buayacorp - Programación y Diseño

Última edición por braulito; 27/07/2005 a las 09:54