function toggle(){ $(\"#tempc\").toggle( function () { $(\"#tempc\").animate({width: 255, height: 220}, 1000); $(\"#tempc\").html
Start by loading the iframe, hook into onLoad on the iframe (this might give you a headache in itself, but a little googling should show you how to make this work well cross browser) and run your animation from this event.
onLoad