disabled property does not work in IE
I want to disable the box from the option in the menu, not the select itself.
This code is worked on FF but not on IE. Is there the way to have the option disable work on IE? or make it ready only?
i also try to change the gray color from the disable using css but still not work on IE:
<select name="re">
<cfloop query="qry">
<option value="#qry.re_id#" disabled >#qry.re_name#
</option>
</cfloop>
</select>
thanks
kt
