On Sun, August 03 at 3:52 PM EDT Zhao You Bing <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

