-3
如何將導航欄中的選項卡居中?
這裏是我所做的導航欄的html和css代碼。
如何將導航欄中的選項卡居中
它是的jsfiddle http://jsfiddle.net/QPKe2/
<html>
<body>
請幫助..
如何將導航欄中的選項卡居中?
這裏是我所做的導航欄的html和css代碼。
如何將導航欄中的選項卡居中
它是的jsfiddle http://jsfiddle.net/QPKe2/
<html>
<body>
請幫助..
我更新了fiddle,這裏的主要變化:
#cssmenu ul{
text-align: center;
}
#cssmenu li{
display: inline-block;
/*float: left; remove this*/
}
#cssmenu li a{
height:22px; /*add this here so all links have the same height*/
}
像[這個位置(HTTP ://jsfiddle.net/QPKe2/1/)? –
@koala_dev你應該發佈這個答案,這是正確的,值得上調 –
編輯標題從「tebs」到「標籤」 – sipp