Login:
Password:
Remember password Show my name in the online users list
Forgot password?
Hi,
i have a serious display problem with my top menu when flash is embed :
- the flash design hide my top menu ?
what can i do to fix this problem ?
many thanks in advance
You might try setting the menu’s CSS ‘z-index’ property to 999 or some other large number.
hi
Perhaps you might look at this : http://blog.deconcept.com/swfobject/ and use <param name="wmode" value="transparent">
Thanks for your help !
It works now, so let me explain a bit :
First option, change ‘z-index’ doesn’t work. Second option, add <param name="wmode" value="transparent"> , works on IE and not Firefox.
To make it works in Firefox you need to add <embed wmode="transparent"…
Hope it will help someone else.