Forum'da ara:
Ara


Yazar Mesaj
Mesaj30.11.2011, 18:24 (UTC)    
Mesaj konusu: fareyi üzerine getirince değisen resim

Arkadaşlar bir bakarmısınız fareyi üstüne getirince resim değişiyor kodunu bilen varmı
Mesaj02.12.2011, 07:54 (UTC)    
Mesaj konusu:

kaynak:hackerfriend

css kullanıyorsan css kodu kısmına eğer ıceblue kullanıyorsan tasarım üstüne ekle


Kod:
<style type="text/css">

ul#resim {   
   position:absolute;
   height: 200px;
   width: 100px;
   margin: 0;
   padding: 0;
}

ul#resim li {
   list-style: none;
   position: absolute;
}

ul#resim li a {
   height: 100px;
   display: block;
   position:relative;
   }   


#resim1 a{
      width:100px;
      background: url(http://img.webme.com/pic/h/hackerfriend/programcity.jpg) 0 0 no-repeat;
}

#resim1      {left: 0px;}

#resim1 a:hover{
      width:100px;
      background: url(http://img.webme.com/pic/h/hackerfriend/programcity.jpg) 0 -100px no-repeat;
}

</style>


bunuda herhangi bir sayfana ekle
Kod:

<ul id="resim">
    <li id="resim1"><a></a> </li>
</ul>
Mesaj04.01.2012, 17:04 (UTC)    
Mesaj konusu:

Tşk
Önceki mesajları göster:   


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