Problem with table resize when image is inside the table

Hello everyone.

I am building a website, where I have a main table on the stage with 2 rows.
First row there is a header which contains an image(an swf actually), second row there is an iframe that loads html pages.

Problem is, if the browser window is resized after some amount, the iframe scrolling/content is lost. If I remove the image the table can be resized as intended.

How can I fix this issue?(other than moving the header outside the table row)