Xspirit
06-26-2008, 10:04 AM
Well for the past 2 hours I have been scouring the web in search for help, but no luck!
My problem lies with styling a <select> choice menu.
Below is the HTML Code:
<td><select name="port">
<option value="2082">Normal</option>
<option value="2083">High</option>
</select></td>
and here is the relative css:
select {
width: 125px;
border: none;
padding: 4px;
margin-right: 4px;
font:Arial, Helvetica, sans-serif;
}
Now this works fine in firefox, but in IE the style is not being applied, and it reverts to the default select menu style.
The text area inputs are styled and work both in FF and IE as they should, yet the Select input doesn't.
Anyone have any ideas?
My problem lies with styling a <select> choice menu.
Below is the HTML Code:
<td><select name="port">
<option value="2082">Normal</option>
<option value="2083">High</option>
</select></td>
and here is the relative css:
select {
width: 125px;
border: none;
padding: 4px;
margin-right: 4px;
font:Arial, Helvetica, sans-serif;
}
Now this works fine in firefox, but in IE the style is not being applied, and it reverts to the default select menu style.
The text area inputs are styled and work both in FF and IE as they should, yet the Select input doesn't.
Anyone have any ideas?
