Show and Hide

Show and Hide

Hi,
I want to show and hide a div element using jquery, but not in the default show hide method.
Example:
if i use $("div").show(slow); means its taking from TOP LEFT CORNOR to DOWN RIGHT CORNOR, insted of that i need from TOP RIGHT CORNOR to DOWN LEFT COENOR. How to achive this.

Thanks