急,大家帮忙看一下我的代码,怎么能让这个框架的页面在任何显示器显示都一样呢?
我现在这设计在我电脑上,当最大化,显示全屏没问题,但换显示器小的显示全屏就出现宽过长,而高过短,底下有空白,谢谢
<body style="margin:0px 0px 0px 0px;">
<table width="992" align="center" style="border-collapse:collapse; border:none;width: 100%;height:100%">
<tr>
<td id="HeadImage" colspan="2" height="60" style="border:solid 1px blue; background-image: url(Image/HeadImage.jpg); background-repeat: repeat-x"></td>
</tr>
<tr>
<td style="height:647px;width:69px;border:solid 2px gray; border-right:solid 2px gray"><iframe name="LeftTreeWindow" src="LeftTree.aspx" scrolling="no" width="160" height="558" frameborder="0" id="IFRAME1" style="height: 647px; width: 160px;"></iframe></td>
<td style="height:647px;width:848px;border:solid 2px gray; border-right:solid 2px gray"><iframe name="MainWindow" src="DefaultMainWindow.aspx" scrolling="auto" width="832" height="558" frameborder="0" style="height: 646px; width: 1209px;" id="IFRAME2"></iframe></td>
</tr>
</table>
</body>
</html>