我有一个页面用了框架嵌套做的,比如一个左右两列的框架左列我设置一个宽度在我的电脑上可以看到页面的元素刚刚能对齐好的,但是到了别人的电脑分辨率不同的电脑 网页的布局就不同了 如何能克服这个问题 请高手指点。代码如下:
<frameset rows="*,40" frameborder="no" border="0" framespacing="0">
<frameset rows="105,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="ad_fb_xh_top.asp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="700px" cols="400,*" framespacing="0" frameborder="no" border="0">
<frame src="ad_fb_xh_life02.asp" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="<%if request.QueryString("act")="xx" then response.Write("xx_index.asp") else if request.QueryString("act")="xh" then response.Write("ad_index.asp") else response.Write("qy_index.asp") end if%>" name="fabu_con" id="fabu_con" title="mainFrame" />
</frameset>
</frameset>
<frame src="admin_footer.asp" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>