[jQuery] Iframe Height

[jQuery] Iframe Height


I am using Jquery to control the height of Iframe.
jQuery("iframe",top.document).contents().height();
It's working for Increment of Iframe. When Iframe height decrease its
not working.It returns the old value only.
Anybody know why this is happening?