11/02/2009, 11:29
|
| | | Fecha de Ingreso: noviembre-2004
Mensajes: 438
Antigüedad: 20 años, 2 meses Puntos: 1 | |
Respuesta: "height: 370px" NO LO RECONOCE EL IE los css
div#user4{
float: left;
text-align:left;
margin:0px;
width: 985px;
height: 370px;
overflow: hidden;
line-height:370px;
}
.clear{clear:both}
o el otro...
div#user4 div.search{
width:985px;
height:370px;
text-align:left;
padding-top: 0px;
background-color:#648EA7;
overflow: hidden;
line-height:370px;
}
.clear{clear:both}
lo hice así:
<div id="user4"><jdoc:include type="modules" name="user4" /></div>
<div class="clear"> </div>
</div>
y así...
<div id="user4"><jdoc:include type="modules" name="user4" /></div>
<div class="clear"> </div>
<br clear="all" />
</div>
************************************************** *************
Y NO ME RESULTA :_____ |