![]() |
SWF object problem
with collapsable "usercp", take a look to the picture.
The picture is a swf object, I am using this script. PHP Code:
Somebody told me about z-index, but how I have to do this? |
????
|
Here is the code you need to have, by adding style="z-index:0" as follows:
<div id="flashcontent3" style="z-index:0"></div>Alternatively, if this doesn't work, try changing it to z-index:1 The idea behind z-index is that it applies which layer will show up on top first. In this case we say that 0 or 1 is the lowest layer so it should show up on the very back whilst everything else (such as your drop down menu) should then appear on top. However, you may need to apply the z-index to your menu aswell assuming the code does not work with a higher z-index. |
It still doesn`t work, I am try to working out for a month. But it still not fixed.
I know a another forum, they don`t have this problem. :confused: |
post your entire navbar template here.
|
Quote:
Here it is. |
Find this line:
Code:
<div class="vbmenu_popup" id="usercptools_menu" style="display:none"> Code:
<div class="vbmenu_popup" id="usercptools_menu" style="display:none; z-index:10;"> |
|
Alright, then remove the last changes and try this:
Find: Code:
<div class="vbmenu_popup" id="usercptools_menu" style="display:none"> Code:
<div class="vbmenu_popup" id="usercptools_menu" style="display:none"> |
That doesn`t work also, but I have read somewhere else. That you have to add "position: absolute;" beforen or after z-index. If you don`t add that, it will not work.
|
All times are GMT. The time now is 03:21 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|