2geedesign wrote:
> http://www.debbiejoynes.co.uk/

> I have found that if you resize the browser window by slowly dragging
>  the RH side towards the left the content of the RH column "flickers"
>  and at certain positions the RH column content drops down below the
>  end of the LH column content. This only happens in IE6/win.

That's a quite normal error in IE6, as its ability to calculate
correctly is nonexistent, and its 'tendency to drop things' is well known.

IE6 needs more space to spread its bugs around on, so the simplest
solution is to give it some:

#navbar {margin-left: -3px;}

...will give IE6 3px to mess up - with no ill effects. This works stable
in all browsers, because the margin is pulled in on the backside of a
float. Other values can be used as long as they are large enough but not
too large.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to