View Single Post
  #7 (permalink)  
Old Sep 27th, 2006, 11:13
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Firefox and 100% height problem

I usually do one of these:

Code: Select all
.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px 0;
    clear: both;
}
Seems less messy than yours, spinal. Unless I'm missing some advantage with the hack..?
Reply With Quote