我有一个页面,运行之后,分辨率改低一点,下面大部分的东西都看不见了,我又不想加滚动条,该怎么做呢,高手帮帮我吧。--
hyzx.asp:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>会员中心</title>
<style type="text/css">
*{
margin:auto;
padding:0;
}
</style>
</head>
<frameset rows="102,*" cols="*" frameborder="yes" border="0" framespacing="0" >
<frame src="hytp.asp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="*" cols="252,*" framespacing="0" frameborder="no" border="0" >
<frame src="hyleft.asp" name="leftFrame" scrolling="no" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="hymain.asp" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
</frameset>
<noframes>
<body >
<body>
</body>
</noframes></html>