beeswax Posted March 10, 2008 Posted March 10, 2008 I'm developing a site for a friend and I'm struggling to sort out a problem with the way the page renders in Firefox as opposed to IE7. If you look at the site in IE7, the content falls within the pale yellow div. In FF it lies below it. I can't see where I've gone wrong, and I'm hoping that a fresh pair of eyes will spot the error.
Jona Posted March 10, 2008 Posted March 10, 2008 What happens if you specify a height to the yellow box... It might help if you included the relevant CSS. Could be a box model problem but I thought that was fixed in IE7? Cheers Jona
PaulBM Posted March 10, 2008 Posted March 10, 2008 A quick glance at the CSS, using webdeveloper plugin for Firefox, it looks like a float problem. Items in div.flower will need clear CSS set. Or a div after those items with clear:both; set at the bottom of the .flower div.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now