我需要将常规导航栏转换为页面上的下拉菜单,但代码很混乱。这是现有代码。
下面是 #header 和 #mainnav 的 CSS - 有人可以帮忙并指出我需要在哪里添加下拉位吗?我真的很困惑,似乎什么都不起作用 张贴图片
**header
*******************/
#header {
background:url(images/bgHeader.jpg) no-repeat center top;
height:274px;
}
#header h1
{
float:right;
width:280px;
height:200px;
margin:0 0 21px 0;
}
#header h1 a
{
display:block;
width:280px;
height:200px;
text-indent:-9999px;
}
#header h2
{
margin:0 0 0 0;
color:red;
float:left;
text-indent:-9999px;
}
#header #mainNav
{
/*clear:both;*/
float:left;
width:750px;
height:52px;
}
#header #mainNav li
{
display:block;
float:left;
margin-right:30px;
width:auto;
}
#header #mainNav li#menu-item-56
{
width:87px;
}
#header #mainNav li#menu-item-54
{
width: 86px;
}
#header #mainNav li#menu-item-53
{
width: 76px;
}
#header #mainNav a
{
font-size:14px;
line-height:14px;
text-transform:uppercase;
text-decoration:none;
color:#000;
font-weight:bold;
padding-top:13px;
display:block;
}
#header #mainNav li.current_page_item a,
#header #mainNav li.current_page_parent a,
#header #mainNav li a:hover
{
background:url(images/bgMenuActive.jpg) no-repeat center top;
color:#f2152a;
}
#header .social
{
width:171px;
float:right;
margin:13px 0 0 0;
}
#header .social li
{
margin:0 0 0 9px;
}
有人可以帮忙吗?
你的意思是你要在菜单中添加下拉菜单吗?如果主题允许 - 您可以使用后台内置的 wordpress 菜单编辑器将子项目添加到菜单中。
http://codex.wordpress.org/WordPress_Menu_User_Guide
否则,添加下拉列表需要的不仅仅是 CSS。