Forum'da ara:
Ara


Yazar Mesaj
Mesaj01.08.2012, 01:03 (UTC)    
Mesaj konusu: Dikey Menü Hazırlama

Dikey menü yapmak isteyenler için aşağıdaki kod işe yarayacaktır.. Kodları inceleyin...

Kod:
<style type="text/css">
#linkhover ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align:left;
}
#linkhover ul li a {
background-color: #;
display: block;
height: YÜKSEKLİK;
width: GENİŞLİK;
color: #BİR RENK KODU GİRİN;
text-decoration: none;
background-image: url(MENÜNÜN ÜZERİNE GELMEDEN ÖNCEKİ HALİ);
background-repeat: no-repeat;
background-position: 0px 0px;
}
#linkhover ul li a:hover {
background-color: #;
color: #BİR RENK KODU GİRİN;
background-image: url(MENÜNÜN ÜZERİNE GELDİKTEN SONRAKİ HALİ);
background-repeat: no-repeat;
background-position: 0px 0px;
}
</style>
<div id="linkhover">
<ul>
    <li><a href="SAYFANIN LİNKİ">SAYFANIN ADI</a></li>
    </ul>
    </div>
</ul>
</div>
Önceki mesajları göster:   


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