Wed, 2007-08-29 15:25
I am having problems with #center_right which is overlapping #footer in FF, Opera and IE7. It stretches just fine in IE6. Here is the link: http://www.studioweber.ro/norvinia/continut01.htm. I am definitely missing something but I don't know what else to do. Please help. Thanks. Alex
Wed, 2007-08-29 16:40
#1
Try putting a clearfix on
Try putting a clearfix on your #center_right div. (http://www.positioniseverything.net/easyclearing.html or try searching for 'clearing floats'.)
The other browsers are in fact behaving according to the css spec, and IE6 is not. It's because floated elements are removed from the flow of the document that they can escape out of their containers.
Wed, 2007-08-29 17:23
#2
Thanks Katie, it's working.
Thanks Katie, it's working.