POsition of image not changing with window scroll
- by Mirage
I am using this code to slide the image down when window is scroled down but nothing is happenning
$('#left_img').css("top",$(window).scrollTop()+"px");
#left_img {
margin:0 0 0 -55px !important;
position:absolute;
top:5px !important;
}