ul li内的文字水平居中显示
head>
<style rel="stylesheet" type="text/css" >
#top{height:140px;}
#top ul{text-align:center;list-style-type:none;}
#top ul li{display:inline;list-style-type:none;}
</style>
</head>
<body>
<div id="top">
<ul><li><a href="#">文本居中</a></li>
<li><a href="#">文本居中</a></li>
<li><a href="#">文本居中</a></li>
</ul></div>
</body>
作为工作备忘录而已!