Suche im Forum:
Suchen


Autor Nachricht
Beitrag24.06.2007 um 11:34 (UTC)    
Titel: DropDown Menu verschwindet hinter Flash

Hi wie die Übersrift evtl. schon sagt verschwindet mein DropDown Menu immer hinter Flash.
Wie zb. wenn ich ein Flash Spiel habe.
Kann man das verhindern????
Und wenn ja wie....

Hier ist der Code von meinem DropDown Menu :

Code:


<style type="text/css"><!--

/*DropDownMenu*/

body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.menuscript
{
position: absolute;
z-index: 3;
top: 200px;
left: 550px;
margin-left:-350px;
}
.menuscript li
{
width: 100px;/*Button Länge*/
float: left;
}

.menuscript a
{
border: 1px solid #fff;
background-color: #000;
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: default;
margin: 0px 2px;
display: block;
height: 20px;
color: #ff3300;
}

.menuscript a:hover
{
background-color: #1f1f1f;
color: #ff3300;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
font-size: 12px;
display: none;
width: 100px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
font-weight: normal;
padding-top: 2px;
border-top: 0px;
cursor: pointer;
color: #fff;
font-size:12px;
}
--></style>



<div align="center">
<table border="0" width="100%" id="table2">
<tr>
<td height="10" valign="top">
<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>

</head>
<body bgcolor="#1D4B62">
<div class="menuscript" align="center">
<ul>
<li><a href="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
Kollegen</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="http://vanhellsehn.de.tl/Stefan.htm">Stefan</a></li>
<li><a href="http://vanhellsehn.de.tl/Aci.htm">Aci</a></li>
<li><a href="http://vanhellsehn.de.tl/Dicke.htm">Dicke</a></li>
<li><a href="http://vanhellsehn.de.tl/Tobias.htm">Tobias</a></li>
<li><a href="http://vanhellsehn.de.tl/Robin.htm">Robin</a></li>
<li><a href="http://vanhellsehn.de.tl/Benjamin.htm">Benjamin</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
Kolleginen</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="http://vanhellsehn.de.tl/Nora.htm">Nora</a></li>
<li><a href="http://vanhellsehn.de.tl/Angela.htm">Angela</a></li>
<li><a href="http://vanhellsehn.de.tl/Alina.htm">Alina</a></li>
<li><a href="http://vanhellsehn.de.tl/Julia-D-.-.htm">Julia D.</a></li>
<li><a href="http://vanhellsehn.de.tl/Beccie.htm">Beccie</a></li>
<li><a href="http://vanhellsehn.de.tl/Mara.htm">Mara</a></li>
<li><a href="http://vanhellsehn.de.tl/Kim.htm">Kim</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
HP´s Kollegen</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
<li><a href="http://vanhellsehn.de.tl/?goto=8">Nathalie</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=4">Rebbeca</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=2">Dicke</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=1">Tobias</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=5">Angela</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=6">Kim</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=7">Ramona</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=3">Mara</a></li>
<li><a href="http://vanhellsehn.de.tl/?goto=9">Stefan</a></li>
</ul>
</li>


</ul>
</div>

</td>
</tr>

</table>
</div>

______________

Beitrag25.06.2007 um 02:27 (UTC)    
Titel:

Ein Flash hat immer oberste Priorität.
Flash überdeckt immer alles Andere Wink
Beitrag26.06.2007 um 09:22 (UTC)    
Titel:

OK danke....
Dan setzte ich es halt immer so das es das DPDM (Dropdown Menu) nicht behindert ...

MFG,
VanHellsehn
______________

Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de