views:

32

answers:

1

i am looking for a jquery plugin that will let me absolutely position one element on top of another.

This plugin should understand scroll offsets, and borders. bonus points if it looks right on both ie and firefox.

bonus point if it repositions itself on window resize.

does something like this exist, or am i stuck rolling my own?

+1  A: 

maybe the official jquery ui position utility will do it for you

antpaw