【高分追加】asp.net网页中如何左右布局?
如下图,我希望中间是左右布局,简要分析下,然后具体代码怎么实现?不要笼统的div+css,我想知道具体一点点...
如下图,我希望中间是左右布局,简要分析下,然后具体代码怎么实现?
不要笼统的div+css,我想知道具体一点点 展开
不要笼统的div+css,我想知道具体一点点 展开
4个回答
展开全部
可以用框架实现的,用div也可以,浮动
<div style="width:800px;height:500px;" id="middle">
<div style="width:200px;float:left;height:500px;">hello我是左</div>
<div style="width:500px;float:left;height:500px;">hello我是右</div>
//清除浮动
<div style="clear:both;"></div>
</div>
<div style="width:800px;height:500px;" id="middle">
<div style="width:200px;float:left;height:500px;">hello我是左</div>
<div style="width:500px;float:left;height:500px;">hello我是右</div>
//清除浮动
<div style="clear:both;"></div>
</div>
展开全部
分四块,上面固定,中间两块设置左浮动,下面取消浮动,宽度可以可以设置成百分比的,也可以设置成固定的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<body style="float:left;height:auto;width:1000px;margin:0;text-center:center">
<div id="head" style="float:left;height:200px;width:1000px;"></div>
<div id="left" style="float:left;height:500px;width:200px;"></div>
<div id="center" style="float:left;height:500px;width:800px;"></div>
<div id="foot" style="float:left;height:200px;width:1000px;"></div>
</body>
手写自己检查下错误
<div id="head" style="float:left;height:200px;width:1000px;"></div>
<div id="left" style="float:left;height:500px;width:200px;"></div>
<div id="center" style="float:left;height:500px;width:800px;"></div>
<div id="foot" style="float:left;height:200px;width:1000px;"></div>
</body>
手写自己检查下错误
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
建议楼主去学一学母版页 或者frameset 在一个大页面中嵌入像你图中那样的4个小页面
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询