怎样确定字体高度?
我有一多窗口页面,
代码如下:
<FRAMESET border=1 frameSpacing=2 rows=37,* frameBorder=YES>
<noframes>
<body onload=window.resizeTo(screen.availWidth,screen.availHeight)>
</body>
</noframes>
<FRAME name=topFrame src="top.htm" noResize scrolling=no target="_self">
<FRAMESET border=1 frameSpacing=5 frameBorder=YES cols=163,*>
<FRAME scrolling = auto name=leftFrame src="left1.htm" noResize target="_self">
<FRAME scrolling = auto name=mainFrame src="View2x2.htm" target="_self">
</frameset>
</frameset>
我的top.htm是一个来回走的标题,
由于分辨率的不同,字体的不同,在有的机上标题显示只有一半,请问怎样解决这个问题?