创建水平手风琴,如附图所示
任何人都可以帮助我创建相同的水平手风琴菜单,所有选项卡默认位于右侧,这些选项卡上带有小箭头图像。
主要思想是从右向左移动时改变箭头方向。
我用 google 搜索了 jquery 手风琴,但发现没有箭头。
提前致谢 拉梅什.T.
Can anybody please help me creating the same horizontal accordian menu with all the tabs default right side with small arrow images on those tabs.
The main idea is to change the arrow directions as and when moving right to left.
I googled jquery accordians but found without arrows.
Thanks in advance
Ramesh.T.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是如何做到这一点的一些很好的示例:
http://www.portalzine.de/index? /Horizontal_Accordion
http://letmehaveblog.blogspot.com /2007/10/haaccordion-simple-horizontal-accordion.html
http: //designreviver.com/tutorials/jquery-examples-horizontal-accordion/
第二个链接有一个非常基本的实现,如果您没有经验,可以作为参考。
希望有帮助!
Here are some good examples of how to do exactly that:
http://www.portalzine.de/index?/Horizontal_Accordion
http://letmehaveblog.blogspot.com/2007/10/haccordion-simple-horizontal-accordion.html
http://designreviver.com/tutorials/jquery-examples-horizontal-accordion/
The second link has an extremely basic implementation, good to use as a reference if your not experienced.
Hope that helps!
这是一个很酷的例子。你唯一需要重新做的就是:安排他们。
This is a cool example for that. The only thing you need to re-arrange them.
http://www.portalzine.de/Horizontal_Accordion_Plugin_2/index.html 可能是一个不错的选择开始或 http://www.gethifi .com/blog/tutorial-a-horizontal-jquery-accordion-using-custom-event-binding 看起来几乎与您想要的完全一样。
http://www.portalzine.de/Horizontal_Accordion_Plugin_2/index.html could be a good start or http://www.gethifi.com/blog/tutorial-a-horizontal-jquery-accordion-using-custom-event-binding looks almost exactly like what you want.