I need to transition this script to use with <select>
.
Well, the script that works is like this link
My selections (over 88) are ONLY in this style:
<select>
<option value="0">Off</option>
<option value="1" selected="selected">On</option>
</select>
Only with option to turn on and off (0,1)
I would like to be able to adapt the CSS for this, but I see it's CSS3 and I do not know how to work with it. What can I do?
Example of link