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

jsp_drupal’s picture

Status: Active » Closed (fixed)

Solved 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"