I tried to solve this problem in the theme's (INOVE) forum, but I got 0 replies so here it goes again:
So the problem is, when I Insert .SWF (Flash) object into post some submenus can't be visible anymore, because flash object covers it, I don't know how to explain it good, so I always make an image, it will explain everything better
http://ikelk.lt/storage/images/000/009/139/9139/original_img.gif
andiszek
Member
Posted 2 years ago #
there are 2 possible solutions:
1. add a high z-index number for the whole navigation DIV in the css file
or, if that does not work
2. go to the flash file`s embed code and change WMODE to transparent
something like this:
<param name="wmode" value="transparent" />
<EMBED src="yourSwf.swf" quality=best bgcolor=#FFFFFF wmode="transparent" WIDTH="550" ...
adobe specs:
http://kb2.adobe.com/cps/155/tn_15523.html