Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/04/2006, 03:48
perrogrun
Invitado
 
Mensajes: n/a
Puntos:
jay, kalamor, como va la cosa, hace tiempo que no hablamos, jajajajaja
te pongo como lo hago yo

css
Código:
html{
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#contenidor {
	margin-left : auto;
	margin-right : auto;
	width : 600px;
	vertical-align : middle;
	height : 100%;
}

#presentacio {
	background : url(../images/presentacio.jpg) no-repeat 50%;
	min-height : 370px;
	height: 100%;
}

html
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<title></title>
<link rel="stylesheet" href="css/prueba1.css">
</head>
<body>
<div id="contenidor">
	<div id="presentacio"></div>
</div>
</body>
</html>
Venga un saludito para todos !!!!