Forum'da ara:
Ara


Yazar Mesaj
Mesaj01.08.2012, 01:31 (UTC)    
Mesaj konusu: Üst Menü Hazırlamak

Üst menü hazırlamak ile ilgili aşağıdaki kodları düzenleyebilirsiniz...

Kod:
<style type="text/css">
<!--
#Bedava-Sitem {
    height: YÜKSEKLİK;
    width: auto;
}
#Bedava-Sitem ul {
    list-style-type: none;
    padding: 0px;
}
#Bedava-Sitem li {
    float: left;
}
#Bedava-Sitem a {
    display: block;
    background-image: url(ÜZERİNE GELMEDEN ÖNCEKİ RESİM);
    height: YÜKSEKLİK;
    width: GENİŞLİK;
    text-align: center;
    font-family: YAZI TİPİ;
    text-decoration: none;
    color: #YAZI RENGİ;
}
#Bedava-Sitem a:hover {
    background-image: url(ÜZERİNE GELDİKTEN SONRAKİ RESİM);
}
-->
</style>
<div id="Bedava-Sitem">
  <ul>
    <li><a href="SAYFA LİNKİ">SAYFA ADI</a></li>
  </ul>
</div>
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu