Hi guys,
I have a question with the layout of the drop down list in the version 9.0.1.3(SP1).
Here is the code for the dropdown list:
<select style="width: 250px; height: 36px; padding-top: 5px; padding-bottom: 5px;">
<option value="HHHH">select1</option>
<option value="HHHH">select2</option>
<option value="HHHH">select3</option>
<option value="HHHH">select4</option>
<option value="HHHH">select5</option>
<option value="HHHH">select6</option>
</select>
I pasted the code in clean ASPDNSF,but the layout in Firefox and IE are different(Pic6.jpg and Pic7.jpg). the layout in Firefox is what I want.
Also, I pasted the code in a clean page and open it with IE, the layout is correct(Pic8.jpg).
Anyone knows the reason for this?
Any help will be appreciated.