MEM wrote: > > Sorry for this classic issue... :s > > As it states here: > http://www.positioniseverything.net/easyclearing.html > I'm trying to apply the clear fix method to the parent of the element I > wanted to fix. > > But IE-6 seems to ignore it, and the right column still drops. > > > The html: > http://www.nuvemk.com/rebelate/rebelatehome/home2.html > > > I see general misplacement of the "content" element on the page in IE6, > maybe it is related with the no-appliance of clearfix method ? > > > Márcio > > > >
What is the cause of the right-column float drop in IE/6: 1/ it is not properly cleared? 2/ the left-column is too wide? 3/ the left-column is too wide /and/ the float needs to be cleared? 4/ none of the above? /Start/ with the left-column is too wide. Consequently, the right-column drops because it does not have a wide enough berth to slip into. #content { border: 1px solid red; <----- :: add :: overflow: hidden; <----- :: add :: } And put IE/6 in quirksmode by adding this declaration immediately above the doctype: <?xml version="1.0" encoding="utf-8"?> Add this: body {text-align: center;} to center the page rail-to-rail in IE/6. All of the above will not fix the problem. It will isolate the issue(s). Please see: <http://www.satzansatz.de/cssd/onhavinglayout.html> and <http://www.positioniseverything.net/explorer.html> ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/