View Single Post
  #10 (permalink)  
Old Mar 8th, 2008, 09:20
saltedm8's Avatar
saltedm8 saltedm8 is offline
Lead Administrator
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,435
Blog Entries: 1
Thanks: 1
Thanked 6 Times in 6 Posts
Re: CSS margin-bottom property problem

it might be because you have added this part back in

Code: Select all
float:left;
    display:block;
    position:relative;
this part of code above is not needed, remove that part and try again if you have not already tried it

Last edited by saltedm8; Mar 8th, 2008 at 09:33.
Reply With Quote