Anyone have an issue where the javascript dropdown menu divs (such as quick links) are hidden behind the iframe / flash object? I've been looking for a solution for some time now. I've tried setting the div z-index style to 2:
Quote:
<!-- user cp tools menu -->
<div class="vbmenu_popup" id="usercptools_menu" style="display:none; z-index:2">
|
and the iframe z-index to 1:
Quote:
<iframe style="z-index:1" src="http://.../forum/chat/flashchat.php" ...
|
This doesn't seem to fix it.
I've also tried adding the following to the object tag in flashChatTag.php:
Quote:
<param name="wmode" value="transparent">
|
This doesn't work either. I'm getting kinda annoyed here...