forums
You are not logged in.
I am having a problem getting my SmartMenus to load on top of Flash. I have used the <param name="wmode" value="transparent"> code, and it works in IE, but not in Mozilla or Netscape.
Any suggestions?
Offline
Unfortunately the embeds and some special OS controls still cause the most serious problem related to DHTML layers in most browsers.
Anyway, to cope with the issue in Mozilla/Netscape you have to also set the wmode attribute in the embed tag in addition to setting the object parameter used by IE. e.g.:
<embed wmode="transparent" ...>
This will work in Mozilla 1.0+ on all platforms (Update: Opera 8 and Safari 1.2 now also support this feature). For more details please take a look at the Macromedia site- http://www.macromedia.com/support/flash … /wmode.htm
Cheers! ![]()
Offline