Firefox 3.7 Design

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: Firefox 3.7 Design

Post by omniuni »

Even with tabs, to be honest, I think there are now too many ways:

1. File => New Tab
2. Ctrl + t
3. Add a "New Tab" button to your tool bar, and click it
4. Double Click in blank area next to tabs
5. Click "+" sign for new tab

Isn't this a bit redundant? Methods 1, 2, 3, and 4, works in Firefox, Mozilla, Konqueror, 1 and two also work in everything else. Only IE saw the need for a weird new-tab button. It's not totally not useful, but it's rather redundant.

By the way, you can hide it like so:

Code: Select all

/* Tab bar: hide new tab button */
tabbrowser .tabs-newtab-button { display: none !important }
Post Reply