View Single Post
  #13 (permalink)  
Old Mar 8th, 2008, 20:40
saltedm8's Avatar
saltedm8 saltedm8 is online now
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,512
Blog Entries: 1
Thanks: 1
Thanked 11 Times in 11 Posts
Re: CSS margin-bottom property problem

Quote:
Originally Posted by cangoalie View Post
I find that code quite needed - otherwise, the div starts acting strangely (it does not appear, or the background does not show up, etc.)
i am sorry to disagree, but those parts are not needed, the browser has all the info it needs to create your footer using just what i have posted , you have position, size and colour.

using float and relative positioning together is a contradiction in terms, first you are giving it a relative position then you are telling it to keep left ??

i have been using it for 4 years and have never had a problem; I see no reason why you would get any problems with it

un-necessary code can in itself cause a problem to the rendering of websites because the browser will get confused as to which to use

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