<html><head>
<title>Hover ohne JS</title>
<style type="text/css">
div.auf {
width: 100px;
height: 20px;
top: 20px;
border: 1px solid #800;
position: absolute;
text-align: center;
}
span.punkt {
margin: 0;
padding: 0;
height: 35px;
display: block;
overflow: hidden;
}
span.punkt:hover {
height: 100px;
}
b {
font-size: 30px;
}
</style>
</head><body>
<div class="auf" style="left: 50px;">
<span class="punkt">
<b>Eins</b><br />
<a href="seite1.html">Seite 1</a><br />
<a href="seite2.html">Seite 2</a>
</span>
</div>
<div class="auf" style="left: 160px;">
<span class="punkt">
<b>Zwei</b><br />
<a href="seite3.html">Seite 3</a><br />
<a href="seite4.html">Seite 4</a>
</span>
</div>
</body></html>
wie mache ich solche buttons??
ReneL 02.11.2007 - 95 Hits - 1 Antwort
Untermenü einbauen
Relax 26.12.2007 - 96 Hits - 2 Antworten
buttons
girly1 02.01.2008 - 69 Hits - 1 Antwort
Untermenü / Klappmenü im Frontpage
geliwo 29.12.2008 - 73 Hits - 4 Antworten