Hi,
Need some tip with a iframe over here ...
I'm using the following code:
<iframe id="frameSideContent" width="100%" height="170px" src="http://localhost/testWeb/Servlet" frameborder="0" framespacing="0" marginheight="0" marginwidth="0"></iframe>
That's supposed to bring a iframe "zone" with an independent web page (created by the servlet). That page will have some links, that will refresh itself with new content, without disrupting the global page the user is seeing.
The problem is that, no matter what I do, I cannot remove the vertical scrollbar of the iframe ... with the above frameborder setting the vertical scrollbar doesn't appear, but still there is a reserved blank space for it ...
How can I remove the vertical srollbar AND avoid it's space position from being reserved/displayed? (it just breaks up my page layout).
Thank you
Need some tip with a iframe over here ...
I'm using the following code:
<iframe id="frameSideContent" width="100%" height="170px" src="http://localhost/testWeb/Servlet" frameborder="0" framespacing="0" marginheight="0" marginwidth="0"></iframe>
That's supposed to bring a iframe "zone" with an independent web page (created by the servlet). That page will have some links, that will refresh itself with new content, without disrupting the global page the user is seeing.
The problem is that, no matter what I do, I cannot remove the vertical scrollbar of the iframe ... with the above frameborder setting the vertical scrollbar doesn't appear, but still there is a reserved blank space for it ...
How can I remove the vertical srollbar AND avoid it's space position from being reserved/displayed? (it just breaks up my page layout).
Thank you