CSS - arrowgreen
 
<style type="text/css">
 
.arrowgreen{
width: 160px; /*width of menu*/
border-style: solid solid none solid;
border-color: #94AA74;
border-size: 1px;
border-width: 1px;
}
 
.arrowgreen ul{
list-style-type: none;
margin: 0;
padding: 0;
}
.arrowgreen li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
background: transparent url(//img.webme.com/pic/w/westgate/arrowgreen_.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none;
}
.arrowgreen li a:link, .arrowgreen li a:visited {
color: #5E7830;
}
 
.arrowgreen li a:hover{
color: #26370A;
background-position: 100% -32px;
}
 
.arrowgreen li a.selected{
color: #26370A;
background-position: 100% -64px;
}
 
</style>
<div class="arrowgreen">
<ul>
    <li><a href="https://steiner-kf.de.tl/" class="selected" title="">Home</a></li>
    <li><a href="" title="">Link 1</a></li>
    <li><a href="" title="">Link 2</a></li>
    <li><a href="" title="">Link 3</a></li>
    <li><a href="" title="">Link 4</a></li>
    <li><a href="" title="">Link 5</a></li>
</ul>
<style type="text/css">
 
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
 
.glossymenu li a{
background: white url(https://img.webme.com/pic/w/westgate/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
 
}
 
 
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
 
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
 
.glossymenu li a:hover{
background-image: url(//img.webme.com/pic/w/westgate/glossyback2.gif);
}
 
</style></div>
 
 

 
 
Diese Webseite wurde kostenlos mit Homepage-Baukasten.de erstellt. Willst du auch eine eigene Webseite?
Gratis anmelden