LuvShining
Erfahrenes Mitglied
Hallöchen, man soll es kaum glauben, aber ich hänge noch immer über meinem Problemchen mit der Reihenfolge von Div-Tag (http://www.tutorials.de/tutorials201567.html)
Ich hätte gern, dass mein #titel (Laufschrift Flash, transparenter Hintergrund) über #menue (Flash) und #content (dynamischer Inhalt) liegt. Aber egal ob mit z-index oder der Anordnung im HTML-Source, der #titel liegt zwar über dem #content, verschwindet aber immer hinter der Flash-Datei im #menue.
-- [schnipp schnapp • externe CSS ] --
#titel {
position:absolute;
top:185px;
left:4px;
width:590px;
height:50px;
z-index:3;
}
#menue {
position:absolute;
top:0px;
left:0px;
width:820px;
height:211px;
z-index:2;
background-image:url(bild.jpg);
background-repeat:repeat;
}
#content {
position:absolute;
top:220px;
left:0px;
width:820px;
font-family:arial,helvetica,sans-serif;
color:#000000;
font-size:12px;
z-index:1;
}
-- [schnipp schnapp • HTML] --
<div id="titel">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="590" height="50">
<PARAM NAME=movie VALUE="laufschrift.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<embed src="laufschrift.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode=transparent width="590" height="50"></embed>
</OBJECT></div>
<div id="menue">
<table width="820" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="top" width="539">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="539" height="211">
<param name="movie" value="menue.swf">
<param name="quality" value="high">
<embed src="menue.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="539" height="211"></embed>
</object></td>
<td width="281"><img src="images/logo.jpg"></td></tr></table></div>
<div id="content">Der wunderschöne Inhalt</div>
Hat jemand von euch vielleicht eine Idee? Ich habe mir schon fast alle Haare ausgerauft, komme aber einfach nicht weiter - sehe ich den Wald vor lauter Bäumen vielleicht auch schon gar nicht mehr?
Viele Grüße
Nadine
Ich hätte gern, dass mein #titel (Laufschrift Flash, transparenter Hintergrund) über #menue (Flash) und #content (dynamischer Inhalt) liegt. Aber egal ob mit z-index oder der Anordnung im HTML-Source, der #titel liegt zwar über dem #content, verschwindet aber immer hinter der Flash-Datei im #menue.
-- [schnipp schnapp • externe CSS ] --
#titel {
position:absolute;
top:185px;
left:4px;
width:590px;
height:50px;
z-index:3;
}
#menue {
position:absolute;
top:0px;
left:0px;
width:820px;
height:211px;
z-index:2;
background-image:url(bild.jpg);
background-repeat:repeat;
}
#content {
position:absolute;
top:220px;
left:0px;
width:820px;
font-family:arial,helvetica,sans-serif;
color:#000000;
font-size:12px;
z-index:1;
}
-- [schnipp schnapp • HTML] --
<div id="titel">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="590" height="50">
<PARAM NAME=movie VALUE="laufschrift.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<embed src="laufschrift.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode=transparent width="590" height="50"></embed>
</OBJECT></div>
<div id="menue">
<table width="820" border="0" cellspacing="0" cellpadding="0">
<tr><td valign="top" width="539">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="539" height="211">
<param name="movie" value="menue.swf">
<param name="quality" value="high">
<embed src="menue.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="539" height="211"></embed>
</object></td>
<td width="281"><img src="images/logo.jpg"></td></tr></table></div>
<div id="content">Der wunderschöne Inhalt</div>
Hat jemand von euch vielleicht eine Idee? Ich habe mir schon fast alle Haare ausgerauft, komme aber einfach nicht weiter - sehe ich den Wald vor lauter Bäumen vielleicht auch schon gar nicht mehr?
Viele Grüße
Nadine
Zuletzt bearbeitet: