aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Iframe space problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Iframe space problem" Watch "Iframe space problem" New topic
Author

Iframe space problem

shai ban
Ranch Hand

Joined: Jan 05, 2010
Posts: 78
Hi,
I am using a iframe for showing the context menu. In Iframe I have a <table> with the structure like this
<iframe>
<html>
<head>..... </head>
<body>
<table id="contextmenu">..... </table>
</body>
</html>
</iframe>

at runtime, I am setting the iframe's height equal to table('contextmenu')'s offsetheight. Now the problem is, when I display this iframe on request of context menu, it displays some space under the table. If I enable the border of that iframe and table, table's height is less than iframe's height though we have set them equal.
What can be the reason.

Thanks.
 
 
subject: Iframe space problem
 
Threads others viewed
How to set the iframe's height according to its body content?
YUI listener problem
Contextmenu issue with AJAX in FF
redirect from external page to tomcat 4 with forms based authentication
Passing Tiles into an IFRAME.
IntelliJ Java IDE