Dear phpexperts
Please help me to make left alignment at combo box
<select name=\"price\" >";
echo"<option value=\"1000\">1000</option>";
echo"<option value=\"10000\">10000</option>";
</select>
How to make right alignment for this code?
I have been used text-alignment:right
this css style working well with FireFox but not working at IE7
any suggestion about this code?
Thnk