Post Firefox side panel on the right
Nov 07, 2007 10:23 AM
-----------------------------------------------------------------------------------------------------------
When you post your bookmarks or your history of navigation, those appear in the side panel, on the left of the window of navigation. You can configure Firefox to post it on the right.
In the Windows Explorer, go to the C:\ Documents and Settings \ [Name of user] \ Application Data \ Mozilla \ Firefox \ Profiles. Double click then on the folder xxxxxxxx.default where xxxxxxxx are a random chain of 8 characters then double click on Chrome folder. (Note: If you can’t see folder “Application Data” you need to Show all hidden files, to learn how to do that visit our Tip Show Hidden Files in Windows Vista),
If did not already create a file userChrome.css, re-elect the file of userContent-example.css example in userChrome.css. Click for that above, press on the F2 key then modify the name of the file and press on Enter
Double click then on the file userChrome.css to publish it with the scratch pad.
Then recopy the following code at the end of open file, note that you can’t remove anything from this file):
/* Move left panel to the right */
window > hbox {
direction:rtl;
}
window > hbox > * {
direction:ltr;
} |
Now save your changes and close that file, than start again Firefox. The side panel from now on is posted on the right. If you wish to return sidebar to the left all you have to do is remove changes which you made by repeating steps above.
|