Lena: Hover+aufklappbares Menü

Beitrag lesen

Danke - mein Code:

<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3c.org/tr/1999/rec-html401-19991224/loose.dtd">
<html><head>
<title>
</title>
<meta http-equiv=content-type content="text/html; charset=windows-1252">
<style type=text/css>

div#clink {
 left: 3px;
 font: 16px arial, sans-serif;
 width: 80px;
 position: absolute;
 top: 17px;
 height: 60;
}
div#clink a {
    border-right: #ffffff 3px solid; padding-right: 10px;
    display: block; padding-left: 10px; border-left-width: 0px;
    background: #f9eec8; border-bottom-width: 0px;
    padding-bottom: 5px; margin: 0px 0px 2px; color: #625b55;
    padding-top: 5px; text-align: center; text-decoration: none; }

div#clink a:hover {
    border-right: red 3px dashed; background: #ffff00; color: #dd0000
}

.Stil1 {font-size: 9px}
</style>

</head>
<body bgcolor=white>

<div id=clink>

<span class="Stil1"><a href="#">Home</a>
  <a href="#">Leistungen</a>
  <a href="#">Links</a>
  <a href="#">Kontakt</a></span>

</div>
</body></html>