WebMaster | HTML KodLar | Sitene EkLe | Kod ÖnizLeme

Menu4

Menünüz Örneğini Görmek İçin TIKLAYINIZ..

CSS KODU


<style type="text/css">
.halfmoon{
margin-bottom: 1em;
}
.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}
.halfmoon li{
display: inline;
margin: 0;
}
.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(https://img.webme.com/pic/x/xwebmaster/tabright.gif) top right no-repeat;
}
.halfmoon li a:visited{
color: black;
}
.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}
 
 
</style>






HTML KODU [ MENÜNÜZÜN NERDE GÖRÜNMESİNİ İSTİYORSANIZ ORAYA ]



<div class="halfmoon">
<ul>
<li><a href="http://www.dynamicdrive.com">Home</a></li>
<li><a href="http://www.dynamicdrive.com/new.htm">DHTML</a></li>
<li class="selected"><a href="http://www.dynamicdrive.com/style/">CSS</a></li>
<li><a href="http://www.dynamicdrive.com/forums/">Forums</a></li>
<li><a href="http://tools.dynamicdrive.com/imageoptimizer/">Gif Optimizer</a></li>
</ul>
</div>