POsition of image not changing with window scroll
Posted
by Mirage
on Stack Overflow
See other posts from Stack Overflow
or by Mirage
Published on 2010-05-10T05:47:06Z
Indexed on
2010/05/10
5:54 UTC
Read the original article
Hit count: 199
jQuery
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;
}
© Stack Overflow or respective owner