chidera
2 Dec 2006, 8:50 AM
Hi,
I've been having pretty good success using the YUI menu and the YUI-Ext Grid....but not together. I've noticed that the menu's submenus are BEHIND the grid. As you can imagine, this is not good.
The only thing that I know to do is to explicitly set the z-index on the menu to a value higher than that of the grid's. I looked through the "standard" grid CSS file and found the highest z-index field to be 20000. So, I added the following to the menu's main DIV tag: style="z-index:20001". It didn't work.
I've played around a little more, but only with z-index on the main menu and grid DIV tags....with no positive results.
Does anyone have any suggestions?
BTW, I'm using the latest versions of both YUI and YUI-Ext, and I'm basically using straightforward features/functionality and "standard" CSS files. Nothing out of the ordinary. Also...I'm running IE7.
Thanks for any help you might have.
Travis
I've been having pretty good success using the YUI menu and the YUI-Ext Grid....but not together. I've noticed that the menu's submenus are BEHIND the grid. As you can imagine, this is not good.
The only thing that I know to do is to explicitly set the z-index on the menu to a value higher than that of the grid's. I looked through the "standard" grid CSS file and found the highest z-index field to be 20000. So, I added the following to the menu's main DIV tag: style="z-index:20001". It didn't work.
I've played around a little more, but only with z-index on the main menu and grid DIV tags....with no positive results.
Does anyone have any suggestions?
BTW, I'm using the latest versions of both YUI and YUI-Ext, and I'm basically using straightforward features/functionality and "standard" CSS files. Nothing out of the ordinary. Also...I'm running IE7.
Thanks for any help you might have.
Travis