Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/02/2012, 14:29
lbazer
 
Fecha de Ingreso: febrero-2009
Mensajes: 159
Antigüedad: 15 años, 3 meses
Puntos: 1
Respuesta: problema con divs

<style type="text/css">
<!--
body {
margin-bottom:0px;
margin-top:30px;
text-align:center;

}
#wrap {
margin:0 auto 0 auto;
width:999px;
height:167px;
}
.header {
}
.logo {
width:152px;
height:158px;
padding-left:0px;
text-align:center;
padding-left:5px;
}
.menu {
height:50px;
width:600px;
float:right;
background-color: #000033;
vertical-align:bottom;
}
-->
</style>
</head>

<body>
<div id="wrap" class="header">
<div class="logo"><img src="images/logo_jota.png" width="122" height="158" align="left" /></div>
<div class="menu">
</div>
</div>
</body>
</html>