-
Üyelik
18.06.2011
-
Yaş/Cinsiyet
50 / E
-
Meslek
Muhasebe
-
Konum
İstanbul Avrupa
-
Ad Soyad
** **
-
Mesajlar
91
-
Beğeniler
4 / 6
-
Ticaret
2, (%100)
.resim img{background:none;veya duruma göre kullanma}
.resim img:hover{background:url('play.png');}
şeklinde dene bakalım
EmPa
GRAFİKER & Bilgisayar Müh
Kullanıcı
-
Üyelik
08.09.2011
-
Yaş/Cinsiyet
29 / E
-
Meslek
Öğrenci
-
Konum
Elazığ
-
Ad Soyad
K** P**
-
Mesajlar
539
-
Beğeniler
93 / 86
-
Ticaret
0, (%0)
.resim{width: 125px; height: 125px}
.resim span:hover {width: 125px; height: 125px; background: url(Play Buton URL)}
bu şekilde olması gerekiyor.
Eğer olmaz ise;
tagleri arasına yerleştir.
<script></script>
<script>
$(function(){
$(".referans a img").hover(function(){
var indis = $(this).parent().parent().index() - 2 ;
$(this).animate({
"opacity" : "1"
});
$(".referans:eq("+indis+") .hover").fadeIn();
},function(){
$(this).animate({
"opacity" : "1"
});
$(".hover").fadeOut();
});
});
</script>
Bunu duracağı kısıma ekle
Bu da CSS
.resim {position:relative; float:left;width:250px;height:150px;padding:5px;margin-right:60px;}
.hover{display: none; background: url(images/play_btn.png)no-repeat; width: 32px; height: 32px; top: 60px; left: 115px; position:absolute;}
KEP Creativity | Digital Agency