DropDown Css不起作用

时间:2014-08-21 21:08:31

标签: drop-down-menu

我刚刚在我的论坛皮肤上添加了一个下拉菜单。我使用MyBB。

标题中的HTML

http://pastebin.com/hCtden1C

这是头文件和CSS中的代码

drop {

float: left;
padding: 20px;
outline: none;
font-weight: bold;

}

drop:hover {

text-decoration: none;

}

a.dropdown-trigger {
color: #333;
text-decoration: none;

}

非常感谢;)

我想要让它工作谢谢;)

0 个答案:

没有答案
相关问题