Hi
I have a DIV which has an iframe in it. The content of the iframe is
longer than the iframe height. Hence it is scrolling even after using
"scrolling=no". Now I have placed the iframe in a DIV with property
set to "overflow:hidden" for the DIV. The scroll bars dont show now as
they got hidden but if I scroll with my mouse on the DIV the content
scrolls.
How can I stop this content from scrolling. Or if I can stop the
iframe from showing scroll bars then I dont have to use a DIV.
Any solution will be of great help.
The code:
<div style="width:1002px; height:577px; overflow:hidden; border:0px;">
<iframe src="http://www.yahoo.com" scrolling="no"
frameborder="0" width="1020px" height="600px"></iframe>
</div>
Thanks
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]