Jquery 垂直制表符 - 右侧制表符
我知道如何使用 jQuery 制作垂直选项卡。我不知道该怎么做是使选项卡垂直并与右侧对齐。我对 jQuery 的核心了解不多,我只知道几个效果。有人有什么想法/解决方案吗?
提前致谢! ——坦纳
I know how to make vertical tabs with jQuery. What I don't know how to do is make the tabs vertical and aligned to the right side. I don't really know much about the core of jQuery, all I know are a couple effects. Would anyone have any ideas/solutions?
Thanks in advance! - Tanner
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
垂直选项卡不需要 jquery。 CSS3 有一个旋转属性 http://snook.ca/archives/html_and_css/css-text -旋转。 IE 也有类似的转换函数: http: //www.boogdesign.com/b2evo/index.php/element-rotation-ie-matrix-filter?blog=2 。或者你可以使用jquery: http://code.google.com/p/jquery-rotate/
You don't need jquery for vertical tabs. CSS3 has a a property for rotation http://snook.ca/archives/html_and_css/css-text-rotation . IE has a similar transform function: http://www.boogdesign.com/b2evo/index.php/element-rotation-ie-matrix-filter?blog=2 . Or you COULD use jquery: http://code.google.com/p/jquery-rotate/