Disable the dropdown
Posted: Thu Dec 13, 2007 2:57 am
Code: Select all
Code:
<select id="dropdown" name="dropdown">
<option value="cat">Cat</option>
<option value="snake" disabled="disabled">Snake</option>
<option value="spider" disabled="disabled">Spider</option>
<option value="dog">Dog</option>
</select>
Here the disabled="disabled" doesnot work in internet explorer.
How to use the code which works in IE and mozilla