0

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.

HGPB
  • 4,346
  • 8
  • 50
  • 86
  • check this and see if helps you http://stackoverflow.com/questions/2059743/detect-elements-overflow-using-jquery , maybe detecting the overflow, you can work with something – Ricardo Binns Oct 07 '11 at 12:40

1 Answers1

1

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

swatkins
  • 13,530
  • 4
  • 46
  • 78