Link to home
Start Free TrialLog in
Avatar of codeoxygen
codeoxygen

asked on

flash and submenus

I have a flash on home page and a submenu created of <ul> <li>,
The submenus are getting hidden behind the flash, even the colorbox(jquery), is also not displayed properly on home page due to flash.
i tried giving it negative z-index, but dint work.
Any suggestions ?
Avatar of Loganathan Natarajan
Loganathan Natarajan
Flag of India image

did you set these params,

<param name="wmode" value="transparent" />

<embed src="header.swf" wmode="transparent"
Can you post a live URL?
ASKER CERTIFIED SOLUTION
Avatar of Jen0910
Jen0910
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of codeoxygen
codeoxygen

ASKER

good working
Is there something else not working?