HTML:
Code: Alles auswählen
<div class=menu>
<A HREF="link1.html">link1</A>
<A HREF="link2.html">link2</A>
</div>
Code: Alles auswählen
.menu {
z-index: 3;
background-image:url(../../design/button.gif);
background-attachment: fixed;
position: fixed;
top: 120px;
left: 0px;
width: 117px;
height: 240px;
}
.menu a:link { line-height:24px; font-family:Arial; font-size:16px; font-weight:bold; text-decoration:none; color:white;}
.menu a:visited { line-height:24px; font-family:Arial; font-size:16px; font-weight:bold; text-decoration:none; color:white;}
.menu a:hover { line-height:24px;font-family:Arial; font-size:16px; font-weight:bold; text-decoration:none; color:#CCCCCC;}
.menu a:active { line-height:24px; font-family:Arial; font-size:16px; font-weight:bold; text-decoration:none; color:#CCCCCC;}
Vielleicht kann mir jemand helfen?