DrumAt5280
Technical User
I have tried adding a class to the <cfselect> tag to add a background color to a pulldown box, however the color is not adding.
Is CSS classes not allowed within this tag?
Is CSS classes not allowed within this tag?
Code:
<CFSELECT NAME="csFk" class="red"
QUERY="GetSuburb"
VALUE="suburbId"
DISPLAY="suburb" >
<OPTION value="0" selected>-- all location --</option>
</CFSELECT>