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="https://734.msk.ru/wordpress/wp-content/navmarkIV.swf"> <param name="wmode" value="opaque" /> <embed src="https://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.
https://734.msk.ru/wordpress/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Flash ovelaps Javascript pop-up’ is closed to new replies.