Pedro Iturriaga wrote:
> Hi All, Somebody has some explanation to the strange effect in 
> scrolls of Agenda and Noticias y Novedades, when you pass the cursor 
> over the buttons of the right superior zone. Only I have seen it in 
> IE.
> 
> Web is http://comarcajoven.com

IE is recalculating and re-rendering the /entire/ layout on hover-action
in that section - every time. That causes the flicker.

You can prevent the flickering scrollbars by isolating #menu_sup from
the rest of the layout in IE only, by adding a 'hasLayout'[1] trigger.

Adding this should work...

#menu_sup {height: 100%;}

...and I have tested it for your page, just to be on the safe side :-)

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to