Horizontal(tabbed) menu with ability to wrap overflowed items into collapsible dropdown

Posted by wik on Stack Overflow See other posts from Stack Overflow or by wik
Published on 2010-04-10T01:36:23Z Indexed on 2010/04/10 1:43 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about css

Related posts about html