Suche im Forum:
Suchen


Autor Nachricht
Beitrag10.09.2007 um 16:09 (UTC)    
Titel: coolmenü

hi,

was ist an diesem code falsch?
Code:
<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 18px;
overflow: auto;
padding: 10px;
margin: 0px;
}

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

div.menu
{
position: absolute;
z-index: 3;
top: 175px;
left:180px;
}

.menu li
{
width: 175px;
float: left;
}

.menu a
{
border: 1px solid #888;
background-color: #000000;
background-image: url(http://img116.imageshack.us/img116/712/buttonum2.jpg);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: default;
margin: 0px 2px;
display: block;
height: 20px;
color: #FF33FF;
}

.menu a:hover

{
background-color: #000099;
background-image: url(http://img116.imageshack.us/img116/712/buttonum2.jpg);
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8,

{
font-size: 16px;
display: none;
width: 70px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a

{
font-weight: normal;
padding-top: 2px;
border-top: 0px;
cursor: pointer;
}
//-->
</style>

<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>



<div class="menu">
<ul>
<li><a href="http://www.koenixbrothers.de.tl/Home.htm">
Home </a>
</ul>
</li>

<li><a href="http://www.koenixbrothers.de.tl/About-us.htm">
About us</a>
</ul>
</li>

<li><a href="http://www.koenixbrothers.de.tl/Friends.htm">
Friends</a>
</ul>
</li>

<li><a href="http://www.koenixbrothers.de.tl/Pix.htm">
Pix</a>
</ul>
</li>

<li><a href="http://www.koenixbrothers.de.tl/Kontakt.htm">
Kontakt</a>
</ul>
</li>

<li><a href="http://www.koenixbrothers.de.tl/G_book.htm">
G-Book</a>
</ul>
</li>

<li><a href="http://www.koenixbrothers.de.tl/Links.htm">
Links</a>
</ul>
</li>

<li><a href="http://www.koenixbrothers.de.tl/Media.htm">
Media</a>

</ul>
</li>
</ul>
</div>


er funktioniert nicht wenn ich grüßne verändern möchte...
Beitrag10.09.2007 um 19:08 (UTC)    
Titel:

Unter dem JavaScript ist alles falsch, also das mit den Links dann. Schau dir doch nochmal an, wie das Coolmenü aussieht, dann solltest du den Fehler selbst finden Wink
______________
LG André

GMMTS.de
Beiträge der letzten Zeit anzeigen:   


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