Forum Moderators: not2easy
<select name="test" class="error">
<option value="">Select</option>
<option value="03" selected="selected">03</option>
<option value="04">04</option>
<option value="06">06</option>
<option value="07">07</option><
option value="09">09</option>
</select>
In stylesheet, I have:
.error {
border-color:red;
}
But the red box only be seen in firefox but not IE
Please help!
Many thanks