Thread: floating...
View Single Post
Old 22-07-2004, 12:46   #3 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,190
i added <hr>'s which suits me fine - helps out when css is ignored too.

div.rowA hr, div.rowB hr {
display: block;
clear: left;
margin: 0;
visibility: hidden;
}


from here: http://www.complexspiral.com/publica...aining-floats/
  Reply With Quote