Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to reproduce the "many open tabs" in firefox Reply To: How to reproduce the "many open tabs" in firefox

#189703
Ilan Firsov
Participant

You would probably have to use some Javascript.
Can you tell me how exactly it works? does it open a menu or just slides the tabs?
I’m pretty sure the sliding option can be easily achieved with setting the CSS overflow: hidden for the menu, adding 2 buttons (left and right arrows), and using element.scrollLeft JS property to set the position for the menu based on which button is pressed