CSS / IE is slowly killing me.
CSS / IE is slowly killing me.
- Started
- Last post
- 5 Responses
- hokie
See the below link in both IE & Firefox. Notice the way the sidebar inthe main content area is handled. Anyone know why the heck IE isn't getting it right? I've tried all sorts of traditional fixes but no luck.
- iwlyfel0
did you clear the float?
- iwlyfel0
no you didnt
add #footer: clear:both;
to your css.. your not clearing the floats (#left and #right)
- hokie0
I added clear:both; to the footer...still no luck.
- airey0
this might help but as previouslt mentioned it's a float clearing thing.
- iwlyfel0
thats a great article