Moving tab location to bottom

Discussion of features in Seamonkey
Locked
videobruce
Posts: 338
Joined: March 25th, 2006, 11:38 am
Location: New York State

Moving tab location to bottom

Post by videobruce »

I can't find any add-on or extension for SeaMonkey to allow moving the Tabs from the top to the bottom like Opera has as standard. I just don't like the tabs on top. They are hard to find, getting buried below the Address/Navigation bar. Having them right about the Task Bar makes more sense anyways.
I know there are a couple of add-ons for Firefox that allowed this. Also a 'Close' button on each tab is also missing as a standard option in either Browser. :(

Or,
is there something in that about.config file that will allow these changes?
Browsers that don't have a conventional horizontal Menu bar (where it's been for 25 years) are poorly designed. Period. Stop 'fixing' something that isn't broke!
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Moving tab location to bottom

Post by therube »

Close button on tab, you should be able to come up with. I know it's been mentioned here before.

Tabs on bottom, don't recall?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
ElTxolo
Posts: 2810
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Re: Moving tab location to bottom

Post by ElTxolo »

videobruce wrote:I can't find any add-on or extension for SeaMonkey to allow moving the Tabs from the top to the bottom like Opera has as standard. I just don't like the tabs on top. They are hard to find, getting buried below the Address/Navigation bar. Having them right about the Task Bar makes more sense anyways.

Try http://userstyles.org/ & http://forum.userstyles.org/
videobruce wrote:I know there are a couple of add-ons for Firefox that allowed this. Also a 'Close' button on each tab is also missing as a standard option in either Browser. :(

:-k ... CatThief :: SeaTab X 1.0.5

Image

Without using any extension, you also can close each tab, clicking it with the middle mouse button. :)

Cheers! 8-)
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240318 SeaMonkey/2.53.18.2
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20240416 SeaMonkey/2.53.19 :lildevil:

~
videobruce
Posts: 338
Joined: March 25th, 2006, 11:38 am
Location: New York State

Re: Moving tab location to bottom

Post by videobruce »

Ok that SeaTab worked as far as a close button. That also solved the problem of not being able to (easily) tell which tab is active. Two very bad omissions of Mozilla, which have been reasons I haven't used Mozilla, too many standard features (that I use every day, that come standard with Opera) are absent here.

I couldn't find anything from that other link.
Browsers that don't have a conventional horizontal Menu bar (where it's been for 25 years) are poorly designed. Period. Stop 'fixing' something that isn't broke!
User avatar
Ztruker
Posts: 1309
Joined: February 27th, 2005, 1:08 pm
Location: Melbourne, Fl

Re: Moving tab location to bottom

Post by Ztruker »

I use a userChrome.css entry I got from this forum to change the background color of the active tab to ble so it' very easy to spot.

/* Change color of active tab */
tab{-moz-appearance: none !important;}
tab[selected="true"]
{
font-weight: bold !important;
background-color: rgb(100,200,255) !important;
color: white !important;
}
Rich
Do, or do not. There is no try. - Yoda
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Moving tab location to bottom

Post by therube »

> I use a userChrome.css entry

+1
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
os1smith
Posts: 80
Joined: November 26th, 2004, 12:38 am

Re: Moving tab location to bottom

Post by os1smith »

There is an extension called "Colorful Tabs" love that ext. random colors for each tab or site specific colors set in pref. but for your case there is also a pref. setting for fade percent on non active tabs. You could set the fade to 60% or so, so the tab your on would be pretty obvious. Here is the link or just look for Colorful Tabs in the extension library.

https://addons.mozilla.org/en-US/seamon ... &advanced=
videobruce
Posts: 338
Joined: March 25th, 2006, 11:38 am
Location: New York State

Re: Moving tab location to bottom

Post by videobruce »

I'm more interested in the location of the tab bar. That add-on that adds the red 'X' helps somewhat.

I added that script to that chrome.css file, but it didn't take. Neither did a previous entry.
Browsers that don't have a conventional horizontal Menu bar (where it's been for 25 years) are poorly designed. Period. Stop 'fixing' something that isn't broke!
User avatar
LIMPET235
Moderator
Posts: 39952
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: Moving tab location to bottom

Post by LIMPET235 »

Moving to SM Features as per request...
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Moving tab location to bottom

Post by therube »

I didn't actually check the code that rich posted.
Mine is slightly different. Though would think that either should work?

Code: Select all

/* Change color of active tab */ 
tab{
   -moz-appearance: none !important;
}
tab[selected="true"] {
   background-color: rgb(0,153,255) !important;
   color: black !important;
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
videobruce
Posts: 338
Joined: March 25th, 2006, 11:38 am
Location: New York State

Re: Moving tab location to bottom

Post by videobruce »

Tabs Mix Plus works in Firefox, is there any way one can force installation in SeaMonkey when one of these 'add-ons' won't install??
Browsers that don't have a conventional horizontal Menu bar (where it's been for 25 years) are poorly designed. Period. Stop 'fixing' something that isn't broke!
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Moving tab location to bottom

Post by therube »

Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
videobruce
Posts: 338
Joined: March 25th, 2006, 11:38 am
Location: New York State

Re: Moving tab location to bottom

Post by videobruce »

:(
Browsers that don't have a conventional horizontal Menu bar (where it's been for 25 years) are poorly designed. Period. Stop 'fixing' something that isn't broke!
Locked