创建css文件如下:
@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
border:0px;
}
#box{
width:1100px;
height:760px;
margin:auto;
}
#hen
{
width:1100px;
height:160px;
background-color:#936;
}
#zuo{
width:250px;
height:500px;
margin-top:10px;
background-color:#03C;
float:left;
margin-bottom:10px;
}
#zhong-1{
width:262px;
height:300px;
margin-top:10px;
margin-left:10px;
float:left;
background-color:#000;
}
#zhong-2{
width:262px;
height:300px;
margin-top:10px;
margin-left:10px;
float:left;
background-color:#000;
}
#xia{
width:544px;
height:190px;
background-color:#03C;
margin-top:10px;
float:left;
margin-bottom:10px;
}
#you{
width:295px;
height:500px;
margin-left:10px;
margin-top:10px;
background-color:#3F6;
float:right;
margin-bottom:10px;
}
#dibu
{
width:1100px;
height:50px;
margin-top:10px;
background-color:#CF3;
clear:both;
}html文件如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS排版页面</title>
<link href="css/63301.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="box">
<div id="hen"></div>
<div id="zuo"></div>
<div id="zhong-1"></div>
<div id="zhong-2"></div>
<div id="you"></div>
<div id="xia"></div>
<div id="dibu"></div>
</div>
</body>
</html>最终实现效果如图:
该软件是以ecshop作为核心的仿制万表网的商场网站源码。万表网模板 2015最新版整体简洁大气,功能实用,是一款时尚典雅的综合类模板!样式精美的商品分类树,层次分明,分类结构一目了然。首页轮播主广告分别对应切换小广告,商品宣传更到位。独家特色增加顶级频道页面、品牌页面,以及仿京东对比功能,提升网站档次,让您的网站更加高端大气!并且全站采用div+css布局,兼容性良好,更注重页面细节,增加多种j
0

以上就是CSS排版页面实例代码的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号