Hi Forum,
ich habe eine HP mit folgendem Aufbau:
|Navigationsleiste|
|Flash|
|Inhalt|
Die Navigationsleiste ist so ein Menü das sich nach unten aufklappt (JavaScript). Es handelt sich hier um einen layer (div)...Habe jetzt das Problem, dass dieses aufgeklappte Menü sich immer hinter dem Flash befindet...habe jetzt auch die Flashanimation mal in einen div mit style="z-index:1;" gesetzt und das Menu z-index=2 aber es funzt immer noch nicht. Was mache ich falsch??? Hoffe ihr könnt mir helfen...
Hier mal der code von dem flash (von FlashMX selbst erzeugt):
Und der code von der "provisorischen" Menubar(Habe einfach eine tabelle in nen div reingesetzt:
[PHP]
<!--MENU für genauere Auswahl-->
<div id="menu_home_news" style="position:absolute; z-index:2; visibility:visible; left:119px; top:60px;">
<table width="111" height="80" CELLSPACING="" cellpadding="" border="0" bgcolor="red">
<tr>
<td>
Testmenu1
</tr>
</td>
</table>
</div>
[PHP]
ich habe eine HP mit folgendem Aufbau:
|Navigationsleiste|
|Flash|
|Inhalt|
Die Navigationsleiste ist so ein Menü das sich nach unten aufklappt (JavaScript). Es handelt sich hier um einen layer (div)...Habe jetzt das Problem, dass dieses aufgeklappte Menü sich immer hinter dem Flash befindet...habe jetzt auch die Flashanimation mal in einen div mit style="z-index:1;" gesetzt und das Menu z-index=2 aber es funzt immer noch nicht. Was mache ich falsch??? Hoffe ihr könnt mir helfen...
Hier mal der code von dem flash (von FlashMX selbst erzeugt):
PHP-Code:
<!--Image+Flash 6.0.0----------------------------------------------------------->
<div id="flash" style="z-index:1;">
<table width="720" height="105" CELLSPACING="" cellpadding="" border="0" style="z-index:1;">
<tr>
<td background="..\images\img_banner.jpg">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="720" HEIGHT="105" id="fla_banner" ALIGN="" style="z-index:1;">
<PARAM NAME=movie VALUE="fla_banner.swf" style="z-index:1;"> <PARAM NAME=quality VALUE=high style="z-index:1;"> <PARAM NAME=bgcolor VALUE=#FFFFFF style="z-index:1;"> <EMBED src="fla_banner.swf" quality=high bgcolor=#FFFFFF WIDTH="720" HEIGHT="105" NAME="fla_banner" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"style="z-index:1;"></EMBED>
</OBJECT>
</tr>
</td>
</table>
</div>
[PHP]
<!--MENU für genauere Auswahl-->
<div id="menu_home_news" style="position:absolute; z-index:2; visibility:visible; left:119px; top:60px;">
<table width="111" height="80" CELLSPACING="" cellpadding="" border="0" bgcolor="red">
<tr>
<td>
Testmenu1
</tr>
</td>
</table>
</div>
[PHP]
Kommentar