Title: Flash ovelaps Javascript pop-up
Last modified: August 20, 2016

---

# Flash ovelaps Javascript pop-up

 *  [halfer](https://wordpress.org/support/users/halfer/)
 * (@halfer)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/flash-ovelaps-javascript-pop-up/)
 * Hello. I have problem with my website. I’ve got a Javascript navigation panel
   just over the Flash based panel. When you mouse over the Javascript panel. a 
   menu pops up with the pages. The problem is, it gets overlaid by Flash. I googled
   and found a solution, to add wmode=”opaque” the code. It fixed the problem in
   the new Chrome, but I still have problems with IE 7, Firefox under 3.0 and all
   the Safari browsers.
    This is how my code looks like:
 *     ```
       <div id="flashnav">
       <object width="940" height="100">
       <param name="movie" value="http://734.msk.ru/wordpress/wp-content/navmarkIV.swf">
       <param name="wmode" value="opaque" />
       <embed src="http://734.msk.ru/wordpress/wp-content/navmarkIV.swf" wmode="opaque" width="940" height="100"></embed>
       </object>
       ```
   
 * Now the website itself. There’s a problem. It’s in Russian, but I hope it’s OK.
   
   [http://734.msk.ru/wordpress/](http://734.msk.ru/wordpress/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Peter Hardy-vanDoorn](https://wordpress.org/support/users/petervandoorn/)
 * (@petervandoorn)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/flash-ovelaps-javascript-pop-up/#post-2155003)
 * This is a well known problem with IE – it ignores z-index and always draws Flash
   on top of everything else on the page.
 * I did come up with a kludgey workaround a while back, and that’s to put the Flash
   movie into its own HTML file and then load that file into an iframe.
 * Hope that helps
 * Peter
 *  Thread Starter [halfer](https://wordpress.org/support/users/halfer/)
 * (@halfer)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/flash-ovelaps-javascript-pop-up/#post-2155258)
 * Thanks for the reply.
    Is it just me, or this is a little bit hardcore? I mean,
   wouldn’t it slow the site down drastically?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Flash ovelaps Javascript pop-up’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [halfer](https://wordpress.org/support/users/halfer/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/flash-ovelaps-javascript-pop-up/#post-2155258)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
