我用DIV写的页面总是随着窗口缩放而变化,怎么才能固定。

<styletype="text/css">body{min-width:550px;}#head{background:tomato;}#container... <style type="text/css">body{ min-width:550px;}#head{ background:tomato;}#container{ border:blue 1px solid; padding-left:200px; padding-right:150px; overflow:hidden;}#container .column{ position:relative;float:left;padding-bottom:20010px;margin-bottom: -20000px;}#contain{ width:100%; background:#eee; padding:10px 20px;}#left{ background:blue; right:240px; margin-left:-100%; width:180px; padding:0 10px;}#right{ background:green; margin-right:-190px; width:130px; padding:0 10px;}#footer{ background:tomato; clear:both;}#footer-wrapper{float:left; position:relative; width:100%;padding-bottom:10010px; margin-bottom:-10000px;}/****IE6 Fix****/*html #left{ left:150px;}</style></head><body><div id="head">#head</div><div id="container"> <div id="contain" class="column">#contain <div>1</div><div>2</div><div>3</div><div>4</div> </div> <div id="left" class="column">#left <div>1</div><div>2</div><div>3</div><div>4</div> </div> <div id="right" class="column">#right <div>1</div><div>2</div><div>3</div><div>4</div> </div></div><div id="footer-wrapper"> <div id="footer">#footer</div></div></body> 展开
 我来答
嗨皮你我他
2011-11-23 · TA获得超过681个赞
知道小有建树答主
回答量:250
采纳率:0%
帮助的人:103万
展开全部
你样式用百分百去做当然会随窗口的大小而变化啦,你把百分百改成固定值,比如:1000px,这样就是固定大小了
无忧亦无愁
2011-11-23 · 超过33用户采纳过TA的回答
知道答主
回答量:111
采纳率:0%
帮助的人:38.8万
展开全部
给你的样式添加高宽,全部居中显示,那样就可以了,如果不懂可以问我QQ:172300875
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
young6672
2011-11-29 · TA获得超过122个赞
知道答主
回答量:153
采纳率:0%
帮助的人:71.8万
展开全部
你这代码和样式的写的有点那个啊,重新写过还好过改你的这些
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
舒畅还温文尔雅丶繁星i
2015-10-23 · TA获得超过2.9万个赞
知道大有可为答主
回答量:6427
采纳率:65%
帮助的人:554万
展开全部
代码如下:
<script src="../Jscript/jquery-1.4.1.min.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
$(window).resize(function() {
$("div").width(document.body.offsetWidth + "px");
$("div").height(document.body.clientHeight+ "px");
});
</script>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
315tg
2011-11-27
知道答主
回答量:23
采纳率:0%
帮助的人:14.7万
展开全部
style type="text/css">body{ min-width:550px;}#head{ background:tomato;}#container{ border:blue 1px solid; padding-left:200px; padding-right:150px; overflow:hidden;}#container .column{ position:relative;float:left;padding-bottom:20010px;margin-bottom: -20000px;}#contain{ width:100%; background:#eee; padding:10px 20px;}#left{ background:blue; right:240px; margin-left:-100%; width:180px; padding:0 10px;}#right{ background:green; margin-right:-190px; width:130px; padding:0 10px;}#footer{ background:tomato; clear:both;}#footer-wrapper{float:left; position:relative; width:100%;padding-bottom:10010px; margin-bottom:-10000px;}/****IE6 Fix****/*html #left{ left:150px;}</style></head><body><div id="head">#head</div><div id="container"> <div id="contain" class="column">#contain <div>1</div><div>2</div><div>3</div><div>4</div> </div> <div id="left" class="column">#left <div>1</div><div>2</div><div>3</div><div>4</div> </div> <div id="right" class="cqq83539664olumn">#right <div>1</div><div>2</div><div>3</div><div>4</div> </div></div><div id="footer-wrapper"> <div id="footer">#footer</div></div></body>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式