[jQuery] Slide Effect With Right CSS Attribute

[jQuery] Slide Effect With Right CSS Attribute


I have a div that I have a position to be absolute and always in the
top right corner of the page (top:0, right:0). When I use any of the
show effects, it always does the animation in the very middle of the
page. It seems that this is caused because no "left" attribute is
provided.
Is there any support for the UI effects if the right position is
provided?