RE: [WSG] Please help! - CSS Drop Down not working under IE 6

2008-02-24 Thread Cole Kuryakin
 
Gunlaug -

That did it! Thank YOU so much!! I owe you my friend: If you're ever in the
Philippines, the beer is on me!

Cole

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Gunlaug Sørtun
Sent: Monday, February 25, 2008 1:02 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Please help! - CSS Drop Down not working under IE 6

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]
***



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



Re: [WSG] Please help! - CSS Drop Down not working under IE 6 (Away)

2008-02-24 Thread Teru Yanagihashi
I'm on a course from Tuesday to Friday this week.

If you have any urgent query please contact Jimmy Liu or Kishor
Mistry.

Regards
Teru Yanagihashi
DID-IT
88287
8902287 (DDI)


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



Re: [WSG] Please help! - CSS Drop Down not working under IE 6

2008-02-24 Thread Gunlaug Sørtun

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]
***



[WSG] Please help! - CSS Drop Down not working under IE 6

2008-02-24 Thread Cole Kuryakin
Hello All -

I've slaved and slaved at this for over a day and still can't figure out
what's wrong with my CSS. I've looked at dozens of CSS drop down tutorials
on the web and applied many of the "IE specific fixes" as recommended, but
still no dice.

I'm praying someone here can see the error of my ways.

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!

There's quite a few style sheets on this site, the one controlling the
navigation is called c.project_navigation.css.

HUGE appreciation to all in advance!

Cole


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