<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>综合案例五彩导航</title>
<style>
.nav a{
display: inline-block;
width: 120px;
height: 58px;
background-color: pink;
text-align: center;
line-height: 48px;
color: #fff;
text-decoration:none;
}
.nav .bg1{
background: url(image/bg1.png) no-repeat;
}
.nav .bg1:hover{
background-image: url(image/bg11.png);
}
.nav .bg2{
background: url(image/bg2.png);
}
.nav .bg2:hover{
background-image: url(image/bg22.png);
}
.nav .bg3{
background: url(image/bg3.jpg);
}
.nav .bg3:hover{
background-image: url(image/bg1.png);
}
.nav .bg4{
backg