Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/09/2008, 10:30
marcvilap
 
Fecha de Ingreso: mayo-2008
Ubicación: Barcelona
Mensajes: 249
Antigüedad: 15 años, 11 meses
Puntos: 1
Respuesta: Interlineado y ie

OK

Te pongo primero el HTML


Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<link rel="STYLESHEET" type="text/css" href="estilo_mglfx.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Gestión</title>

</head>

<body>


<div id="contenedor">

<div id="banner">
<h1> <p> Administración de todo tipo
<p>de patrimonios Inmobiliarios</h1>
</div>
</div>


</body>

y los CSS necesarios

Cita:
body {


font-family: Arial, Helvetica, sans-serif;
background-color:#4D4D4D;
text-align:center;
margin:0 auto;
padding:0px;
}

#contenedor{

width:870px; height:1098px; padding:0px;
margin:0 auto; vertical-align:top; position:relative; top:10px; visibility:visible;
overflow:hidden;
}

#banner { width:550px; height:250px; border:#020202; float:left; clear:both; position:relative;
top:-65px; //top:15px; text-align:left; line-height:50px; padding-top:10px;}

#banner p{ line-height:10px; //line-height:20px;}

h1{ color:#FFFFFF; font-family:Helvetica,Arial,Verdana;font-size:32px; margin-left:24px;


Si quieres puedes ver el ejemplo en :


http://mhou.es/mgl/banner.php


Aparentemente parece correcto pero si bajas hasta abajo de la pantalla y vuelves a subir se ve el error

Gracias por todo