css部分:
- a {
- text-decoration: none;
- }
-
- .header a {
- display: block;
- width: 160px;
- height: 35px;
- line-height: 35px;
- text-align: center;
- background: #DCDCDC;
- color: #666;
- float: left;
- margin-right: 10px;
- }
-
- .header a.hover {
- background: blue;
- color: #fff;
- }
-
- .ft div {
- display: none;
- clear: both;
- }
-
- .ft div:nth-child(1) {
- display: block;
- }
HTML部分:
<div class="tab">
<div class="header">
<a href="javascript:;">公司首页</a>
<a href="javascript:;"&g