<%= collection_select(:state, liststates, @states, :id, :name, 'class' => 'drops' ) %>
Trying to style the select box using the class - drops. Doesn't seem to be working, is there something wrong ?
TIA Stuart
<%= collection_select(:state, liststates, @states, :id, :name, 'class' => 'drops' ) %>
Trying to style the select box using the class - drops. Doesn't seem to be working, is there something wrong ?
TIA Stuart