RadMenu for ASP.NET

RadMenu cannot overlay flash object under Firefox browser Send comments on this topic.
Troubleshooting > RadMenu cannot overlay flash object under Firefox browser

Glossary Item Box

Symptoms

RadMenu goes behind flash objects in Firefox browser.

Solution

Set the wmode attribute of the Flash to opaque (preferably) or transparent.

To the Embed tag, add the following attribute:

  Copy Code
<embed ... wmode="opaque" ...>

 

Here is a couple of articles for additional information on Flash and wmode options:

Flash, DHTML Menus and Accessibility

WHAT IS W-MODE?