mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
Fix problem with table of contents resizing
This commit is contained in:
parent
c63ee099ad
commit
54d277e9e3
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user