Cole Kuryakin wrote:

First, go here under IE 6: http://www.crewasia.ph/index.php

The drop down menuing system at the very top of the screen DOES work (it drops down correctly). You can even select the FIRST menu item on
each drop down menu. But, when you try to cursor over any other menu
item, POOF! The menu disappears!

The absolute positioned dropdowns are stacked behind the header, even
though they appear visually in front. This prevents interaction below a
certain point in both IE6 and IE7.

Try adding...

#navTop {position: relative; z-index: 1;}

...to fix that IE/win "stacking of A:P elements" bug.
I've only tested that it works in IE7.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to