Easily position an element over another element in jQuery?
- by Martti Laine
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