Forum'da ara:
Ara


Yazar Mesaj
Mesaj08.10.2011, 19:51 (UTC)    
Mesaj konusu: Üstüne Fare Geldiğinde Deişen Resim

Arkadaşlar Ben Sitwm İçin Bir Resim Yaptım ama Fare Üstüne Geldiğinde Resmin Deişmesini istiyorum Nasıl Yapabilirim??
Örnek:
<img src="http://b1110.hizliresim.com/11/10/8/18711.jpg">
Böyleyken Fare Üstüne Geldiğinde Değişip Böyle Olsun İstiyorum...
<img src="http://b1110.hizliresim.com/11/10/8/18727.jpg">
______________
Mesaj09.10.2011, 09:46 (UTC)    
Mesaj konusu:

Aşadaki kodu kullanarak yapabilirsin açıklamalarıda kodun içine yazdım, kolay gelsin.

Kod:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>

   
   </head>
   
   <style type="text/css">
   
   #resim {background-image:url(http://b1110.hizliresim.com/11/10/8/18711.jpg);  /*Bu Normal Resim*/
   width:500px;
   height:500px;
   display:block;}
   #resim:hover {background-image: url(http://b1110.hizliresim.com/11/10/8/18727.jpg) /*Buda üstüne gelince değişen resim*/;}

   </style>
   <body>
   <div id="resim"></div>
   
   </body>
   
   
</html>   
Mesaj09.10.2011, 09:54 (UTC)    
Mesaj konusu:

EYW Kardeşim TŞKLEr
______________
Mesaj09.10.2011, 18:26 (UTC)    
Mesaj konusu:

TŞKKRÜER
Mesaj15.10.2011, 16:42 (UTC)    
Mesaj konusu:

teşekkrüler Smile hack konusunda yardım edilir
Önceki mesajları göster:   


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