I am trying to centre text in an OPTION list.
I can get the following sample code to work in Firefox but IE still left justifies the text.
Any suggestions for a work around?
------------------------------------------
the only shopping site you need to bookmark
I can get the following sample code to work in Firefox but IE still left justifies the text.
Code:
<SELECT>
<OPTION value="" selected>Select Letter A-C
<OPTION style="TEXT-ALIGN: center" value=A>A
<OPTION style="TEXT-ALIGN: center" value=B>B
<OPTION style="TEXT-ALIGN: center" value=C>C
</SELECT>
Any suggestions for a work around?
------------------------------------------
the only shopping site you need to bookmark