It's about html/css/javascript menu ;)
I am looking for unified solution to hide extra tabs of horizontal/tabbed menu when it overflows it's container.
The initial idea plagiarized from firefox tabs workflow, i.e. when you have too much tabs it will wrap extra ones into collapsible dropdown button "List all tabs".
I am thinking to play with overflow:auto in conjunction with javascript, but is there anything like this already implemented or maybe some better idea?
Thanks.