View Single Post
  #2 (permalink)  
Old Oct 12th, 2006, 13:07
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,946
Blog Entries: 1
Thanks: 0
Thanked 29 Times in 29 Posts
Re: Floating <hr>s to the left/IE problems...

Instead of a horizontal rule perhaps you may want to try something like

.hrdiv {
height:2px;
border-bottom:solid 1px #CCCCCC;
float:left;
}

<div class="hrdiv">&nbsp;</div>
__________________
I hate IE 6. Just sayin....
http://www.mevans76.com
Reply With Quote