Easily position an element over another element in jQuery?

Posted by Martti Laine on Stack Overflow See other posts from Stack Overflow or by Martti Laine
Published on 2010-04-18T10:12:37Z Indexed on 2010/04/18 10:23 UTC
Read the original article Hit count: 449

Filed under:
|

Hello

I need to position a div over an image with jQuery. I can create it with using position:fixed and use top and left to position it using elements offset, but it sucks because the element will not be on top of the element if user scrolls. Any other ideas?

Martti Laine

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about element