Teşekkürler hocam çok sağol bizde baya değişiklik yaptık verdiğiniz kodda bende onu paylaşayım konunun zenginleşmesi açısından iyi olur. tekrar teşekkür ederim.

Örnek domo şuan için: Mysayfam.com



<script></script>






<script>$(document).ready(function() {
// alert("BY MERT KOSEOGLU SCRİPT");
$(".in").hover(
function () {
$(this).stop(true,true).animate({
height: '700px'
}, 600, function() {
// Animation complete.
});
},
function () {
$(this).stop(true,true).animate({
height: '50px'
}, 600, function() {
// Animation complete.
});
});
});</script>
<script></script>