Şöyle küçük bir örnek hazırladım:
Alttaki kodu:
Tasarım ayarları
Gelişmiş ayarları göster
Css kodu bölümüne koy ve kaydet
Kod: .anadiv {
position: relative;
padding: 0;
width:300px;
display:block;
}
.yazi {
position: absolute;
top: 0;
color:#f00;
background-color:rgba(255,255,255,0.8);
width: 300px;
height: 300px;
line-height:10px;
text-align: center;
z-index: 10;
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.yazi:hover {
opacity:1;
}
}
img {
z-index:1;
}
Örnek:
http://jsfiddle.net/7erx3jmx/
Sağ alttaki resmin üstüne gel sonucu görürsün.
______________
aşk bitti....
www.arabeskdamar.tr.gg