View Single Post
  #3 (permalink)  
Old Jan 29th, 2007, 18:30
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: Positioning images

Make .clear in Karines code be this so it works in all browsers

Code: Select all
.clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}
Reply With Quote