Showing dropmenu on top of Flash content
You’ll need to change a couple of parameters in your flash code: Add the following to your OBJECT tag:
param name="wmode" value="transparent"
Add the following to your EMBED tag:
wmode="transparent"
My menu gets hidden behind some other content on my page, how can I fix this?
Add the following line to the CSS selector ”.dropmenu li > ul, .dropmenu li > div” in your dropmenu CSS :
z-index: 900;


2069 Purchases
178 Comments