Fix problem with table of contents resizing

This commit is contained in:
jfa 2006-06-06 12:35:18 +00:00
parent 9499b99fe2
commit 1c428833a9
2 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,6 @@
</head>
<frameset rows="30, *" border="0" frameborder="0">
<frame name="navtabs" title="tab selection frame" src="whd_tabs.htm" noresize frameborder="no" scrolling="no" border="0" marginheight="0" marginwidth="0" ></frame>
<frame name="navpane title="navigation frame" src="whd_dpns.htm" ></frame>
<frame name="navpane" title="navigation frame" src="whd_dpns.htm" ></frame>
</frameset>
</html>
</html>

View File

@ -124,7 +124,7 @@ function whCom(sName,sComFile)
else if(gbIE4||gbWindows)
sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;visibility:hidden\">";
else
sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:"+parent.height+";visibility:hidden\">";
sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;visibility:hidden\">";
sHTML+="</DIV>";
return sHTML;
}