<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>導(dǎo)航欄</title> <style type="text/css">*{margin: 0;padding: 0;}ul{list-style: none;margin:30px auto;height: 30px;border-bottom: 10px solid red;width: 1000px;}a{display: block;float: left;text-decoration: none;color:#FF4500;width: 120px;height:30px;text-align: center; line-height:30px;}a:hover{background:blue;? ? ? ? color: #000000;height: 40px;margin-top: -10px;line-height: 40px;} </style></head><body> <div> <ul> ? ? <li><a href="#">首頁(yè)</a></li> ? ? <li><a href="#">新聞資訊</a></li> ? ? <li><a href="#">產(chǎn)品中心</a></li> ? ? <li><a href="#">售后服務(wù)</a></li> ? ? <li><a href="#">聯(lián)系我們</a></li> </ul> </div></body></html>
這么用margin:auto把導(dǎo)航欄居中
東0123456789
2016-01-07 21:24:50