·电信访问 ·网通访问
您现在的位置: 模板中心 > 设计教程 > Web重建 > 教程正文
DIV+CSS学习之margin缩进法
作者:动易网络    教程来源:本站原创    点击数:    更新时间:2006-11-22 【字体:
示例:DIV页面布局(margin-left方法)
顶部
中间左边
底部

代码:

<STYLE type=text/css>
<!--
#top,#left,#right,#bottom
{
background:#CCCCCC;
height:120px;
}
#top,#index,#bottom/*页面上、中、下层宽度定义*/
{
clear:both;
width:778px;
margin:4px;
margin-left:auto;/*页面中上、中、下居中*/
margin-right:auto;
}
#left{
float:left;
width:200px;
}
#right
{
margin-left:200px;
}
-->
</STYLE>
<div id=top>顶部</div>
<div id=index>
<div id=left>中间左边</div>
<div id=right>中间右边</div></div>
<div id=bottom>底部</div>

  网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
用户管理
载入中…
栏目导航
模板搜索
栏 目:
版 本:
关键字:
动易网络科技有限公司 版权所有 © 2003- 联系我们 | 法律条款 | 许可协议 | 网站地图 | 相关证书
粤ICP备05004015号