February 21st, 2009, 10:55 PM
-
Div background problem with firefox
I am trying to assign a background to footer div, it appears fine with internet explorer, but it does not appear at all with firefox.
http://www.refinethetaste.com/html/
February 22nd, 2009, 02:57 AM
-
You didn't enclose your float elements. Add #footer {overflow: hidden;}.
cheers,
gary
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing.
My
html and css workshop, demos and tutorials.
Ask a
better question, get a better answer.
February 22nd, 2009, 10:21 AM
-
I thought adding overflow: hidden; only to the parent div would do it. So I only added it to #container. Thank you again, Gary!