I am trying to right align some text in a javascript alert box. It is an Israeli client so the context is in hebrew and should be right aligned.
alert("הצעת חוק פרטית לאסור על\n מוסדות המדינה לשלם לספקים תמורת טובין ושירותים בתשלומים דחויים");
It does look ok in FireFox and Chrome, but not in IE9.
ideas?
Use some alternative javascript alerts like Impromptu or similar. Its style can easily be configured to suite your needs and most of them are cross-browser compatible.