I need to animate the height attribute of iframe, but seems like the animate function accepts style properties only. Any thoughts on this?

link|improve this question

feedback

1 Answer

up vote 6 down vote accepted

Iframe height attribute and CSS height attribute applied to an iframe act the same way. So just set the height in css rather than as an attribute.

link|improve this answer
1  
as demonstrated here - jsbin.com/ipayu – Russ Cam May 26 '09 at 16:00
add /edit to the URL to edit the sample – Russ Cam May 26 '09 at 16:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.