Hi guys,
if the only solution is CSS, how can I solve the problem of the often used <div class="clear"></div> statement? It keeps me from changing order and alignment of elements with float:left for example.
Completely destroying the clear class seems to be stupid, addressing the div seems not to be possible since I do not want to address ALL with class div.
Any suggestions?