创建 Firefox Tab 溢出效果
我想创建与 Firefox 选项卡中看到的相同的溢出效果。当选项卡到达您可以看到溢出箭头的右侧时,该箭头会突出显示以供您滚动。
这个功能可以用jQuery在网页上实现吗?
欢迎任何提示或解决方案。
I would like to create the same overflow effect as you can see in Firefox tabs. When the tabs reach the right side where you can see an overflow arrow, the arrow highlights to let you scroll.
Can this functionality be achieved on a web page using jQuery?
Any hints or solutions welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是一个使用 jQuery UI 选项卡并将其转换为水平可滚动选项卡列表的插件:
http://plugins。 jquery.com/project/scrollabletabs
演示位于:http://jquery.aamirafridi.com/jst/#examples
Here's a plugin that uses the jQuery UI tabs and converts them into a horizontal scrollable tab list:
http://plugins.jquery.com/project/scrollabletabs
Demo at: http://jquery.aamirafridi.com/jst/#examples