Hi,
I am showing Category and Sub category in a drop down box and i dont want the drop down value of the main category to be selected by any user.
so i applied disable="disabled" and it works fine in firefox, chrome, and also IE8, but it is not working in IE6 and IE7
any solution
my code:
<option value="test" disabled="disabled" >Test></option>
thanks in advance
deve