Any idea why IE 6 has a problem with this float?
This is the page:
http://www.housing.uwaterloo.ca/
The div that says "Apply Now for Winter 2008!" in about the middle of the page is the problem. The float on it is somehow throwing the left side menu out of position. I can't figure out why though.
Any ideas? (probably something really dumb that I've overlooked!)
Thanks for any help
teammatt3 posted this at 23:13 — 2nd August 2007.
He has: 2,102 posts
Joined: Sep 2003
Did you get it fixed? I don't see a problem.
webwiz posted this at 05:04 — 3rd August 2007.
He has: 629 posts
Joined: May 2007
Well, you do seem to have IE's infamous margin doubling going on with that float. Try adding the declaration "display: inline;" to the rule for #w08promo. Makes no sense, and is ignored by real browsers.
Hope this fixes the problem.
Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;
demonhale posted this at 03:36 — 4th August 2007.
He has: 3,278 posts
Joined: May 2005
I dont see it too, except the spacing has changed for the unordered list...
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.