Any way to fix the image position with jquery
Posted
by Mirage
on Stack Overflow
See other posts from Stack Overflow
or by Mirage
Published on 2010-05-06T07:55:45Z
Indexed on
2010/05/06
7:58 UTC
Read the original article
Hit count: 128
jquery-validate
I have the image at specific position e,g
img {
position:absolute;
top:150px;
}
Is there any to scroll the image with text scrolling so that image always stays at same position with respect to screen.
I don't want to use position fixed
© Stack Overflow or respective owner