IE vs Firefox CSS question
IE vs Firefox CSS question
- Started
- Last post
- 4 Responses
- Quill
Hey folks,
Can anyone give me some advice here. Take a look at this link:
http://www.kausticdesign.com/css…
The desired effect is coming through in IE but not in Firefox. Any recomendations?
(I left all the css in the header.)
- acescence0
clear floats
- Quill0
That helped for the footer div.Thanks! But I'm still having problem with the wrapper. I want it to expand vertically to accomodate the content of the child divs.
- acescence0
add overflow: auto; to the wrapper div
- Quill0
Thanks acescence! I made it overflow: hidden; and it got rid of the scroll bar and got the desired effect.