16 Apr
Posted by Alex as Computers, Firefox Tips, The Web
By default, the Firefox sidebar is located on the left-hand side of the screen. Yesterday, I wrote about moving the Tab bar to the bottom by editing the userChrome.css file. Today, we’ll be using the same techniques.
So here are some quick steps in moving your sidebar to the right-hand side of your screen:
/* Display the sidebar on the right */ #browser { -moz-box-direction: reverse; }
Yeah, I seem to be flipping Firefox to opposites for these posts. Well, at least this can cater to people who think Firefox should have placed things on the opposite ends.
One Response
Dylan
April 7th, 2009 at 11:19 am
1When using that method, I get no border between the sidebar and the page.
I use this instead, works great:
hbox#browser { direction: rtl; }
hbox#browser > vbox { direction: ltr; }
RSS feed for comments on this post · TrackBack URI
Leave a reply