How can I move Firefox sidebar from left to right in Firefox 3.6.x?

link|improve this question

73% accept rate
I'm using Firefox 3.6.x versions and they all have the sidebar on the left. How did you have it on the right? – Mehper C. Palavuzlar Oct 21 '10 at 9:05
ops sorry, I specified wrong. I will correct immediatly – Drake Oct 21 '10 at 21:30
feedback

1 Answer

up vote 1 down vote accepted

Have you tried reversing this: http://www.firefoxmastery.com/firefox/move-firefox-sidebar-from-left-to-right/ ?

To move from left to right add the following to your userChrome.css:

hbox#browser { direction: rtl; }
hbox#browser > vbox { direction: ltr; }
link|improve this answer
He's asking for "right to left". – Mehper C. Palavuzlar Oct 21 '10 at 9:17
@Mehper: "Have you tried reversing this" – Richard Oct 21 '10 at 9:56
@Richard: I haven't tried anything. I'm just telling his question is the reverse of your answer. You may reverse your answer to fulfill what he needs. – Mehper C. Palavuzlar Oct 21 '10 at 10:35
@Mehper I just quoted the start of the answer with added emphasis because it appears that you missed a key word. – Richard Oct 21 '10 at 10:43
@Richard: Oh I see. Your double "this" must have made me confused ;) – Mehper C. Palavuzlar Oct 21 '10 at 10:46
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.