下拉菜单的 JavaScript

发布于 2024-12-18 22:42:31 字数 428 浏览 2 评论 0原文

我正在尝试复制此网站的下拉菜单(带有红色背景的菜单): http://bloggerstore-javatemplates .blogspot.com/ 到我的博客。我认为我已经复制了CSS代码,但我不知道如何获取JavaScript代码。你能看看我能做些什么来制作我的网站的下拉列表@ http ://allfacebookgames.blogspot.com/2011/11/mafia-wars-2.html。另外,我在菜单旁边看到一个黑点,我不知道为什么它在那里。有什么帮助吗?

I am trying to copy the dropdown menu (the one with red background) of this site: http://bloggerstore-javatemplates.blogspot.com/ to my blog. I think I have copied the css codes but I am not sure how to get the javascript codes. Could you please see what I can do to make the dropdown to my website @ http://allfacebookgames.blogspot.com/2011/11/mafia-wars-2.html. Also, I am getting a black dot beside the menu and I am not sure why is it there. Any help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ㄟ。诗瑗 2024-12-25 22:42:32

他们使用的下拉列表是SuperFish(jquery的插件),你可以得到它
此处

The dropdown list they are using is SuperFish (a pluging for jquery), you can get it
here

云柯 2024-12-25 22:42:32

将属性 list-style: none; 添加

到您的 css 元素:.nav li

并且点将不会显示

add property list-style: none;

to your css element : .nav li

and the dots wont be displayed

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文