HTML DIV+CSS制作通栏实例

借口腾不出时间去健身的人,迟早会腾出时间去看病!善待自己,幸福无比,善待别人,快乐无比,善待生命,健康无比。梦想,就是这样一个词,不在于拥有,而在于追求。
HTML DIV+CSS制作通栏
复制代码
代码如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<style type="text/css">
*{
margin:0;
padding:0;
}
ul{
list-style:none;
}
img{
border:none;
}
a{
text-decoration:none;
color:#fff;
}
a:hover{
text-decoration:none;
}
/*layout*/
#header{
width:100%;
margin:0 auto;
background:#eee;
}
#menu_bg{
width:100%;
background:pink;
height:50px;
}
#menu{
width:980px;
margin:0 auto;
}
#menu ul li{
width:101px;
float:left;
}
#menu ul li a{
float:left;
display:block;
width:100px;
height:48x;
line-height:48px;
text-align:center;
text-transform:uppercase;
background:black;
border-bottom:2px solid black;
}
#menu ul li a:hover{
border-bottom:2px solid pink;
}
#wrap{
width:980px;
height:500px;
margin:0 auto;
background:green;
}
#footer_bg{
width:100%;
background:pink;
height:50px;
}
#footer{
width:980px;
margin:0 auto;
}
.friend_links li{
display:inline;
}
</style>
</head>
<body>
<div id="header">
<div id="logo">this is logo</div>
<div id="menu_bg">
<div id="menu">
<ul>
<li class="current selected"><a rel="nofollow noopener noreferrer" href="###">home</a></li>
<li><a rel="nofollow noopener noreferrer" href="#">about us</a></li>
<li><a rel="nofollow noopener noreferrer" href="#">contact us</a></li>
<li><a rel="nofollow noopener noreferrer" href="#">price</a></li>
</ul>
</div>
</div>
</div>
<div id="wrap">
wrap
</div>
<div id="footer_bg">
<div id="footer">
<p class="copyright">©XXXXXXX科技有限责任公司</p>
<ul class="friend_links">
<li>百度</li>
<li>谷歌</li>
<li>有道</li>
<li>腾讯</li>
</ul>
</div>
</div>
</body>
</html>

以上就是HTML DIV+CSS制作通栏实例。不积跬步,无以至千里;不积小流,无以成江海。的意思是说千里之路,是靠一步一步地走出来的,没有小步的积累,是不可能走完千里之途的。引申开来,就是做事要脚踏实地,一步一个脚印,不畏艰难,不怕曲折,坚忍不拔地干下去,才能最终达到目的。更多关于HTML DIV+CSS制作通栏实例请关注haodaima.com其它相关文章!

您可能有感兴趣的文章
HTML+CSS3+JS 如何实现的下拉菜单

HTML+CSS+JS如何实现堆叠轮播效果的示例代码

基于html+css做一个好看的可翻转登录注册界面

基于html css如何实现带搜索图标的搜索框功能

详解Html/CSS中的符号学