Suche im Forum:
Suchen


Autor Nachricht
Beitrag18.05.2007 um 17:33 (UTC)    
Titel: navi oben

Code:
<style type="text/css" media="screen">
<!--
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: relative;
z-index: 3;
top: 10px;
}

.menuscript li
{
width: 100px;
float: left;
}

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

.menuscript a:hover
{
background-color: #ff0000;
color: #fff;
}

#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="190" 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');">
Promotion</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="http://www.feuerwehr-aktuell.de.tl/Partner-und-Banner.htm">Partner/Banner</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Links.htm">Links</a></li>
</ul>
</li>


<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
Homepage</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="http://www.feuerwehr-aktuell.de.tl/G.ae.stebuch.htm">Gästebuch</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Kontakt.htm">Kontakt</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Umfrage.htm">Umfrage</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Forum.htm">Forum</a></li>
</ul>
</li>


</ul>
</div>

</td>
</tr>

</table>
</div>
wie kan ich den code positioniren welche werte muss ich verändern
______________
[img:6549282cdc]http://img.webme.com/pic/f/feuerwehr-aktuell/feuerwehr2.png[/img:6549282cdc]
Stellt eure Fragen: http://www.feuerwehr-aktuell.de.tl/Frage_Box.htm
Beitrag18.05.2007 um 19:09 (UTC)    
Titel:

Ich habe Dir die Stellen markiert, die noch dazu kommen Wink

Zitat:
<style type="text/css" media="screen">
<!--
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: relative;
z-index: 3;
top: 10px;
}

.menuscript li
{
width: 100px;
float: left;
}

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

.menuscript a:hover
{
background-color: #ff0000;
color: #fff;
}

#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;
}
div.tabelle{position:absolute;left:100px;top:100px;}

//-->
</style>


<div class="tabelle" align="center">
<table border="0" width="100%" id="table2">
<tr>
<td height="190" 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');">
Promotion</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="http://www.feuerwehr-aktuell.de.tl/Partner-und-Banner.htm">Partner/Banner</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Links.htm">Links</a></li>
</ul>
</li>


<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
Homepage</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="http://www.feuerwehr-aktuell.de.tl/G.ae.stebuch.htm">Gästebuch</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Kontakt.htm">Kontakt</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Umfrage.htm">Umfrage</a></li>
<li><a href="http://www.feuerwehr-aktuell.de.tl/Forum.htm">Forum</a></li>
</ul>
</li>


</ul>
</div>

</td>
</tr>

</table>
</div>
Beitrag18.05.2007 um 19:52 (UTC)    
Titel:

Beitrag18.05.2007 um 20:01 (UTC)    
Titel:

Bitte Wink
Beiträge der letzten Zeit anzeigen:   


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