Hello, does somebody know if it is possible to build scrolling tabs with jquery?
I don't know if you understand what I mean with scrolling tabs. I don't want to have a animation. I want to have tabs in a web page (like them which are used in most modern browsers) in one row. If I have more tabs than space to show them all I dontt want that they break to a new line. I want to have a little arrow to scroll to the next tab. Like in this example: http://extjs.com/deploy/dev/examples/tabs/tabs-adv.html I want do do this with jquery, because I'm already using jquery, I like jquery and I don't want to load lots of different JavaScript- Frameworks.