ralf-korzensky.de.tl
  Forum
 


W3.CSS


Forum - CSS - Underliene - menü - blau

Du befindest dich hier:
Forum => CSS - Menü - Horizontal => CSS - Underliene - menü - blau

<-Zurück

 1 

Weiter->


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

<br />
<style type="text/css">

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #999999;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid blue; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

</style>
<div class="underlinemenu">
<ul>
<li><a href="http://www.musicgoal.com/radio/cat/funk/0/"><font color="#999999"> musicgoal.com</font></a></li>
<li><a href="http://liveradio.de/soulpowerfm"><font color="#999999">soulpower.fm </font> </a></li>
<li><a href="http://liveradio.de/internetradio/funk"><font color="#999999"> Generation Soul Disco Funk </font></a></li>
<li><a href="http://www.dancegrooveradio.com/playlist.php"><font color="#999999">Dance Groove Radio - PlayList </font></a></li>
<li><a href="http://liveradio.de/dancegroove-radio"><font color="#999999">Dance Groove Radio</font></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