mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix problem with table of contents resizing
This commit is contained in:
parent
9499b99fe2
commit
1c428833a9
@ -10,6 +10,6 @@
|
|||||||
</head>
|
</head>
|
||||||
<frameset rows="30, *" border="0" frameborder="0">
|
<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="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>
|
</frameset>
|
||||||
</html>
|
</html>
|
||||||
|
@ -124,7 +124,7 @@ function whCom(sName,sComFile)
|
|||||||
else if(gbIE4||gbWindows)
|
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\">";
|
sHTML+="<DIV ID="+this.msDivId+" ALIGN=left STYLE=\"position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;visibility:hidden\">";
|
||||||
else
|
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>";
|
sHTML+="</DIV>";
|
||||||
return sHTML;
|
return sHTML;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user