Question
<Select> Not working in FireFox.
Below is my code that works perfect for IE, but does not
allow me to actually select anything with the mouse in Mozilla
Firefox.
<select name="lcatagory" id="lcatagory">
<cfoutput query="cata">
<option value="#id#|#catagory#" tabindex="2">#catagory#</option>
</cfoutput>
</select>
<select name="lcatagory" id="lcatagory">
<cfoutput query="cata">
<option value="#id#|#catagory#" tabindex="2">#catagory#</option>
</cfoutput>
</select>