Text align center of select-box is not working on iPhone. Please help me out.
It is working on all devices without iPhone.
<style>.demo select {text-align:center;text-align:-moz-center;text-align:-webkit-center;width:200px;}</style>
<div class="demo">
<select>
<option>demo</option>
<option>demo</option>
<option>demo</option>
<option>demo</option>
<option>demo</option>
</select>