
Tab feature basically simplifies the management of web pages that have been opened. But sometimes the tab is too much, information websites that appeared on the tab will be blocked.
I’ll give trick how to display tab under firefox browser window if you are bored with the look of the tabs above the browser window with a little code. Curious? Follow these steps
Step #1: open the configuration file “userchrome.css”
To move a tab on the bottom of the browser, you will need to make changes to the configuration file “userchrome.css”. To open this file, open Windows Explorer, then enter “% AppData%” in the address field above and press Enter. Pease note do not type quote
Step #2 : Find file
At Windows XP : Open the folder “Mozilla\Firefox\Profiles\xxx.default\chrome.
At Windows Vista : Open the folder “Roaming\Mozilla\Firefox\Profiles\xxx.default\chrome.
xxx = any computer PC will have a name different.
Step #3 : Rename the file
If there is no userChrome.css file before, you can create one by making a copy of the file “userchromeexample.css” or “userchrome-example.css” in the same folder. Then, rename the file to “userChrome.css”.
Step #4 : Add 2 lines at end of file
Open the file in a text editor and add the following 2 lines at the end of the file:
#content > tabbox {-moz-box-direction: reverse !important;}
.tabbbrowser-arrowscrollbox > stack {display: none !important;}
Save the file in the same folder.
Enjoy and Have Fun!
Other Tricks :



