Closed (fixed)
Project:
Nice Menus
Version:
6.x-1.3
Component:
CSS
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 06:05 UTC
Updated:
6 Jul 2009 at 09:50 UTC
Hello,
I have created menu by using nice-menus.This menu contains drop down sub menus.
My home page below menu has flash picture.
Now when when I click on menu which contains drop-down menu, this menu goes behind the flash picture.
What should be done so that the menu will drop-down on the flash picture.
Thank you.
Comments
Comment #1
jsp_drupal commentedSolved and done myself.
This is not the problem of nice menu but of the flash picture.
I have done the changes to the html tag of flash image.
1. Add the following parameter to the OBJECT tag:
param name="wmode" value="transparent"
2. Add the following parameter to the EMBED tag:
wmode="transparent"