[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Is there's a way to put the sidebar of mozilla on the right?



On Sun, August 03 at  3:52 PM EDT
Zhao You Bing <zhaoyb@cad.zju.edu.cn> wrote:

>Subject: Is there's a way to put the sidebar of mozilla on the right?
>
>I need it to display bookmarks, but I really don't like it displayed on
>
>the left.
>
>Thanks in advance.

Not sure about versioning and stuff - but this is at
http://www.mozilla.org/unix/customizing.html and belongs in
userChrome.css
<--start sample code-->
/* Place the sidebar on the right edge of the window
 */
window > hbox {
  direction:rtl;
}
window > hbox > * {
  direction:ltr;
}
<--end sample code-->

HTH

Shawn Lamson
shawn.lamson@verizon.net



Reply to: