Log in

View Full Version : css chrome drop menu



sparktronic
12-29-2010, 02:44 AM
I am using the css chrome drop down menu on http://glbbc.org/new/indexmenu.html and I have a flash panel right below the menu. The menu is dropping behind the flash panel. Is there a way to get that menu to drop in front of the flash panel??

europe451
12-29-2010, 03:39 PM
You should just have to change the z-index of the <div> your menu is in.

ie

z-index: 9999;

sparktronic
12-30-2010, 02:23 AM
I did try that before I went on the forum, sorry for not mentioning it. It did not seem to make any difference.

Beverleyh
12-30-2010, 01:57 PM
kb2.adobe.com/cps/155/tn_15523.html

sparktronic
12-31-2010, 03:32 AM
I really appreciate the responses. I went to the link you suggested and implemented the fix. It works in fox fire but not in explorer. It seems that it would be opposite. Maybe there is a setting for explorer? Also the menu system is not dhtml it is css generated. Maybe there is a different setting for that?