calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Thu Apr 21, 2005 5:28 am Post subject: How to display the calendar in a right-to-left manner? |
|
|
It depends on the browser. The following trick does work on most state-of-art browsers.
Simply add the following to plugins.js:
Code: | if (!NN4) document.body.dir="rtl";
|
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|