Olvide decir que estoy trabajndo un template para joomla
un clear both no hace eso.
tengo en el css esto:
Código:
#leftcolumn {
padding-top:3px;
background: url(../images/left.png) top no-repeat scroll;
height:100%;
width: 200px;
float:left;
clear:both;
}
y en el html esto:
Código:
<div id="leftcolumn">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</div>