|
Hi,
here's the situation :
a html page, with an iframe which resize itself to display the whole called file without scrolling bar.
one of the iframe's html file got hidden <div>.
clicking the menu will toggle show/hide these hidden <div>.
here's the trouble :
the iframe get its height with <div> hidden on the loading,
when i click to show the <div> part, the iframe keeps its base height and scrooling bars appears.
is there any way to resize the iframe when i show/hide the <div> ?
|