Thank you! That worked great.

-Becca


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gunlaug Sørtun
Sent: Sunday, May 04, 2008 2:55 AM
To: Rebecca Richter
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] mysterious jump in IE7


Rebecca Richter wrote:
> Does anyone know why, in IE 7, the content in the page jumps down 5 -  
> 10 pixels when you mouse over one of the menu items on the left on 
> this page?

IE/win miscalculates how tall leftcol is on first run - gets confused by the
'padding-bottom: 10px;' on leftcol and navbar and therefore places the flash
too high before subtracting margin-top on it. IE corrects its calculations
when forced to re-render - which takes place on menu :hover.

> www.greenvalleydesigns.com
> 
> I would like to make it stop doing that!

Restyling to...

#flash {
        margin-top: -275px;
        clear: both;
}

...for IE/win, should do the trick.

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/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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