Reputation: 4376
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.
Upvotes: 0
Views: 743
Reputation: 13640
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
Upvotes: 1