<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
ul{
width: 960px;
height: 40px;
list-style-type: none;
margin:0;
padding:0;
overflow: hidden;
background-color: #55a8ea;
line-height: 40px;
margin: 50px auto;
}
li{
float: left;
}
li a{
text-decoration: none;
color: white;
font-weight: bold;
padding:33px;
}
li a:hover:not(.first){
background-color: #00619f;
}
li a.first{
background-color: #00619f;
}
.new{
width: 33px;
height: 20px;
background: url(img/new.png) no-repeat;
position: absolute;
left:733px;
top:40px;
}
</style>
</head>
<body>
<ul>
<li><a class='first' href="#">首页</a></li>
<li><a href="#">网站建设</a></li>
<li><a href="#">程序开发</a></li>
<li><a href="#">网络营销</a></li>
<li><a href="#">企业VI</a></li>
<li><a href="#">案例展示</a></li>
<li><a href="#">联系我们</a></li>
<li class='new'></li>
</ul>
</div>
</body>
</html>
效果图如下:
![](https://img.haomeiwen.com/i12990929/de1b2dcf7e472b19.png)
网友评论