ralf-korzensky.de.tl
  Forum
 


W3.CSS


Forum - CSS - BLUE

Du befindest dich hier:
Forum => CSS - Menü - Vertical => CSS - BLUE

<-Zurück

 1 

Weiter->


oleck61
(8 Posts bisher)
04.09.2018 14:39 (UTC)[zitieren]
Zitat:

<style type="text/css">

.arrowblue{
width: 160px; /*width of menu*/
border-style: solid solid none solid;
border-color: #000000;
border-size: 1px;
border-width: 1px;
}

.arrowblue ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowblue li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
background: transparent url(//img.webme.com/pic/w/westgate/arrowblue_.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;
}

.arrowblue li a:link, .arrowblue li a:visited {
color: #000000;
}

.arrowblue li a:hover{
color: #000000;
background-position: 100% -32px;
}


.arrowblue li a.selected{
color: #000000;
background-position: 100% -64px;
}

</style>
<div class="arrowblue">
<ul>
<li><a href="" class="selected" title="CSS">Home</a></li>
<li><a href="">LINK 1 </a></li>
<li><a href="" title="Home">LINK 2</a></li>
<li><a href="">LINK 3 </a></li>
<li><a href="" title="Home">LINK 4</a></li>
</ul>
</div>


Antworten:

Dein Nickname:

 Schriftfarbe:

 Schriftgröße:
Tags schließen



Themen gesamt: 71
Posts gesamt: 187
Benutzer gesamt: 1
 
 
 







 
 


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