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
[url]http://www.mozilla.org/unix/customizing.html[/url] 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
[email]shawn.lamson@verizon.net[/email]


--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]