尝试为 jquery ui 手风琴增添趣味
这是我当前的标记(通过 JSBin)。我有一个基本的 jquery ui 手风琴(我认为一切都很好),但我希望使它在视觉上更具吸引力。
基本上,我试图反映 neon sky Creative media 基于 Flash 的菜单的外观和感觉,我无法发布链接,因为新用户最多只能发布 1 个超链接。只需谷歌“j-carrier Photography”,您就会看到我想要的示例。
我尝试过在鼠标悬停时添加“+”图标(如果适用),并对每个菜单项的背景颜色和不透明度进行动画处理,但失败了。
任何帮助将不胜感激。
here's my current markup (via JSBin). i have a basic jquery ui accordion (i think everything is ok with it), but am looking to make it more visually appealing.
Basically, I'm trying to mirror the look and feel of neon sky creative media's flash-based menu, which i can't post a link to because new users can only post 1 hyperlink max. just google "j-carrier photography" and you'll see an example of what I'm going for.
I've tried, and failed, to add a "+" icon (where applicable) on mouseover, and animate the background color and opacity of each menu item.
any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 jquery ui css 文件夹中,您将找到 css 文件。它有广泛的注释,以便于编辑。您想要做的大部分事情都可以通过编辑此文件来完成。
请参阅此网站:http://jqueryui.com/docs/Theming/API 以获取完整参考。
In your jquery ui css folder you will find the css file. It is commented extensively for easy editing. Most of what you want to do can be accomplished by editing this file.
See this site: http://jqueryui.com/docs/Theming/API for a complete reference.