i used the following to get my firefox tabs below the address bar suggested by user reflective
"Open Notepad and then copy/paste the following code:
Code: Select all
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#TabsToolbar {
-moz-box-ordinal-group: 2;
}
#nav-bar {
border-top-width: 0px !important;
}
Save is as userChrome.css and then place it in a folder called chrome located in your Firefox Profile. If the chrome folder isn't present create a folder by that name and then copy or move the userChrome.css file to that folder. To find your profile hit Windows key + R and then copy/paste the following string and click OK %APPDATA%\Mozilla\waterfox\Profiles"
except i used waterfox profile but tabs are not below address bar? What am I doing wrong?
thx