On Tue, Oct 28, 2008 at 12:04 AM, Silver Surfer
<[EMAIL PROTECTED]>wrote:

> Hi Friends,
>
> Can we change the position of a sidebar of firefox to the right side of the
> browser, Instead of its' default left side location?
>
> thanks & regards,
> --
> ~Silver Surfer~
> Surfing through time & space
> http://risingofsilversurfer.blogspot.com/
>
> _______________________________________________
> Project_owners mailing list
> [email protected]
> https://www.mozdev.org/mailman/listinfo/project_owners
>
>
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul
);
hbox#browser {
  direction: rtl !important;
}
hbox#browser > vbox {
  direction: ltr !important;
}


-- 
Sonny
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to