Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/11/2008, 11:24
cerra
 
Fecha de Ingreso: octubre-2008
Mensajes: 31
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: height se duplica en IE 6

Ahi esta ;

GraCIAS

<html>
<head>
<style type="text/css">
#destacado3 {
width:308px;
height:172px;
margin-bottom:5px;
margin-top:17px;
}
#destacado3 #col2 {
width:134px;
height:157px;
color:#002752;
float:right;
margin:0px;
padding:15px 10px 0px 10px;
}
#destacado3 #col2 #lnks {
display:block;
padding:0;
margin:0;
clear:both;
}
#destacado3 #col2 #lnks a.lnk1 {
width:133px;
height:11px !important;
display:block;
margin-top:8px;
padding:0;
clear:both;
}
</style>
</head>
<body>
<div id="destacado3">
<div id="col2" >
<div id="lnks"> <a href="" class="lnk1"></a> </div>
</div>
</div>
</body>