0
我正在編輯WordPress的默認主題TwentyTwelve,我被困在對齊子菜單>從下拉菜單到水平線。 這裏的場地http://nickart.hostei.com/ 這裏是什麼樣子 這是我希望它看起來像 這裏是我的樣式表提前http://pastebin.com/4nLRNR6d 感謝。從下拉菜單到水平菜單的子菜單
我正在編輯WordPress的默認主題TwentyTwelve,我被困在對齊子菜單>從下拉菜單到水平線。 這裏的場地http://nickart.hostei.com/ 這裏是什麼樣子 這是我希望它看起來像 這裏是我的樣式表提前http://pastebin.com/4nLRNR6d 感謝。從下拉菜單到水平菜單的子菜單
刪除所有菜單相關物項和請改爲插入此:
/*=Menu*/
#access UL
{
list-style: none;
}
#access LI
{
float: left;
}
.menu-item-type-taxonomy A
{
float: left;
}
.menu-item-type-taxonomy
{
height: auto;
}
.menu-item-type-taxonomy .sub-menu
{
}
#access A
{
color: #6A6A6A;
padding: 0 13px;
font-size: 24px;
font-family: "Ropa Sans", sans-serif;
text-transform: uppercase;
letter-spacing: -0.2px;
}
UL .sub-menu
{
margin: 0px;
display: inline-block;
}
之後,你可以用你的格式(顏色,懸停等)繼續