[CSS]padding小用 最终效果html Index TagCloud GuestBook Admin cssul{ margin: 0; text-transform: capitalize; }li{ list-style: none; float: left; }li a{ display:block; text-align:center; height: 30px; line-height: 30px; text-transform:uppercase; font-size:12px; font-weight: 700; margin-top: 10px; padding-top: 30px; color: #f66; text-decoration: none;}#index{ background: url(img/em_parents.gif) no-repeat; width: 65px;}#tagcloud{ background: url(img/em_professionals.gif) no-repeat; width:98px;}#guestbook{ background: url(img/em_people.gif) no-repeat; width:130px;}#admin{ background: url(img/em_interested.gif) no-repeat; width:139px;}首先li a{ display:block; /*~~使a块状显示~~*/ height: 30px; /*~~高度30px~~*/ line-height: 30px; /*~~文字垂直居中~~*/}之后li a{ padding-top: 30px;}使链接内的文字与上边沿形成30px空白间隔 Sep 10 September 2007 糖伴西红柿 Z-Blog