On 4/11/10 3:15 PM, Peter Bradley wrote:
> I have an example site that I've developed for a course I'm doing.
> There are no serious problems with it except in IE6; of which there
> is just one that I can't remember how to fix.  Here's one of the
> pages affected:
>
> http://www.peredur.net/tt280/pb88_ph.htm
>
> On opening the page, the right sidebar is mis-positioned; but it
> jumps back into the correct place if I hover over a link in the
> main-nav navigation bar.  I seem to remember that there is an easy
> fix for this in CSS, but I can't for the life of me find my notes.
> Can anyone, please, remind me as to what I have to do?
>

Usually, adding an extra wrapper element inside your outer #wrapper with
a 'width: 100%;' declaration on it helps IE compute the sidebar width
correctly first time around. The jumping comes from a recalculation once
IE has figured out 25% of the actual width of #wrapper.

Not tested, but this usually works for me.

Cordially,
David
--

______________________________________________________________________
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/

Reply via email to