Vay be CSS ne güzel şeymiş :) İlk defa her kodu bana ait bir css yazdım(@mdtrdl yardım etmiş olabilir :P ).Neyse isteyen istediği şekilde kullanmakta özgürdür.Boyutlarını vs. düzenlemek için width ve height bölümünü düzenlemeniz yeter.CSS bölümü Global.css’e HTML bölümü ise header.php yada index.php’de bir yere koyabilirsiniz :)
CSS
.duyurumenu {
background-color: #2e83ff;
color: #fff;
font-size:15px;
font-family: Ubuntu;
width:940px;
height:20px;
margin-bottom: 5px;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-shadow: 0 1px 1px #444;
padding: 5px 0;
}
.duyurumenu:hover{
background-color: #e68422;
width:940px;
height:20px;
margin-bottom: 5px;
text-align: center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-shadow: 0 1px 1px #444;
padding: 5px 0;
}
HTML
Sonuç
Kaynak : http://www.ibrasancar.com/ilk-css-menu-tasarimim.html