Page 1 of 1

Disable the dropdown

Posted: Thu Dec 13, 2007 2:57 am
by sandy1028

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

Posted: Thu Dec 13, 2007 3:30 am
by Kieran Huggins

Posted: Thu Dec 13, 2007 6:03 am
by s.dot
Kieran Huggins wrote:You won't like this, but:
http://www.lattimore.id.au/2005/07/01/s ... -solution/
That is pretty freakin' nifty.