I would like an option in the select tag not to be selected by default but appear as the first option when the file is loaded. i have used the following code
<option disabled="disabled" selected="selected">Select Category</option>
however this works in firefox but not in Internet Explorer how can i change the above code to work in both the browsers
please advice.
thanks.