Hallo,
I have a page with an inline frame. The page in the inline frame is bigger than the inline frame itself, but I would like the iframe not to display the scrollbars. I tried with overflow hidden but the scrollbars are still there. Do you know how to do it?
the html:
<td><iframe name="cwindow" style="border:0px;overflow:hidden;" src="page1.htm"></iframe></td>
I have a page with an inline frame. The page in the inline frame is bigger than the inline frame itself, but I would like the iframe not to display the scrollbars. I tried with overflow hidden but the scrollbars are still there. Do you know how to do it?
the html:
<td><iframe name="cwindow" style="border:0px;overflow:hidden;" src="page1.htm"></iframe></td>