<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>導(dǎo)航條02</title>
<style type="text/css">
ul{
width: 960px;
height: 40px;
background-color: #55a8ea;
margin: 100px auto;
padding: 0;
}
li{
list-style: none;
float: left;
width: 100px;
font: 14px 雅黑;
}
a{
text-decoration: none;
color: #fff;
display: block;
line-height: 40px;
text-align: center;
}
a:hover{
background-color: #00619f;
}
.img{
position: absolute;
left: 720px;
top: 92px;
}
</style>
</head>
<body>
<div class="nav">
<ul>
<li><a href="#">首頁</a></li>
<li><a href="#">網(wǎng)站建設(shè)</a></li>
<li><a href="#">程序開發(fā)</a></li>
<li><a href="#">網(wǎng)絡(luò)營銷</a></li>
<li><a href="#">企業(yè)VI</a></li>
<li><a href="#">案例展示</a></li>
<li><a href="#">聯(lián)系我們</a></li>
</ul>
<div class="img">
<img src="img/1.png">
</div>
</div>
</body>
</html>
image.png