habe eine etwas noobige frage ...
und bin sonst nicht wirklich fündig geworden ... http://www.blackcartel.de/test/htm/graphik.htm das ist eine seite, dich ich zu privaten zwecken im mom für mich bastel ...
Hoffentlich bleiben das private Zwecke... wenn der Sound wenigstens standardmäßg aus und nicht an wäre...
wie ihr seht habe ich mit "DIV" einen layer erstellt ... leider verschwindet der hinter dem flash ... wie änder ich das ?
--------------------------------------------------~~~html
<div id="einepopupbox" style="position:absolute;width:250px;left:94px;top:54px">
<table border="0" width="250" cellspacing="0" cellpadding="2" bgcolor="#272314">
<tr><td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="34">
<tr>
<td id="dragbar" style="cursor:hand" width="100%">
<ilayer width="100%" onSelectStart="return false">
<layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_drop_ns(einepopupbox)" onMouseout="dragswitch=0">
<font color="#FFFFFF" face="Arial" size="-1"><b> ... Ampel</b></font>
</layer>
</ilayer></td>
<td style="cursor:hand"><a href="#" onClick="box_weg();return false"><img src="zu.gif" border=0></a></td>
</tr>
<tr>
<td width="100%" bgcolor="#272314" style="padding:4px" colspan="2">
<img src="../grafik/graphiks/ampel.jpg" width="800" height="159">
</td>
</tr></table>
</td>
</tr>
</table>
</div>
WAS soll das darstellen?.......
Das <div> kannst du mithilfe von z-index (z.b. z-index:1000) vor das Fenster mit dem lauten, nervenden Sound schieben....