So I wrote some inline style code, and it worked wonderfuly! In Firebird... now to tweak it for IE...
Original (and what I actually want)
Ok fine, so IE didn't like the min-width argument, I changed it to width, which ticks me off, since I now need to be extra careful with new data added to this select box (seeing as it's dynamically generated).
But, it won't recognize the text-align within a select box either? Is there anything I can do to get either or both of these tags working properly?
Thanks,
Rob
Original (and what I actually want)
Code:
<select name="versions[]" id="versions" size="13" multiple="multiple"style="min-width:75px;text-align:right;">
Ok fine, so IE didn't like the min-width argument, I changed it to width, which ticks me off, since I now need to be extra careful with new data added to this select box (seeing as it's dynamically generated).
But, it won't recognize the text-align within a select box either? Is there anything I can do to get either or both of these tags working properly?
Thanks,
Rob