Firefox2.0用の多段タブ化userChrome.cssを書いみた。
(注:タブ幅はbrowser.tabs.tabMinWidthに依存)
問題がないようなら、まとめサイトにも載せておこうと思うので、
>>25 >>71、それから
前スレあたりで質問した人がまだ見ているならテストして報告してくれるとありがたい。
/*Fx2.0用多段タブ化CSS*/
tabbrowser .tabbrowser-arrowscrollbox {
max-width:0px !important;
display:inline !important;
-moz-binding:none !important;}
tabbrowser tabs{
background-image:none !important;}
tabbrowser .tabs-stack>vbox>hbox>stack,
tabbrowser .tabs-stack>vbox>hbox>hbox {height:0px !important;}