|
Posted by Jukka K. Korpela on 07/24/06 13:25
yaweli@gmail.com <yaweli@gmail.com> scripsit:
> In mozilla/firefox the right align work fine
> In I.E not working.
>
> <select style="text-align:right">
> <option style="text-align:right">12,400</option>
> <option style="text-align:right">48,450,000</option>
> <option style="text-align:right">320</option>
> </select>
There's no simple way around this IE limitation in its <select>
implementation, so it might be a good idea to use a set of radio buttons and
associated labels in a table instead. The labels (in this case, the numbers)
could then be right-aligned easily, even using just HTML. More info:
http://www.cs.tut.fi/~jkorpela/forms/choices.html#select-inflex
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|