Home › Forums › Back End › how to change background depending on a string value › Reply To: how to change background depending on a string value
July 3, 2016 at 2:36 pm
#243344
Participant
Thanks,
I’ve looked into various HTML5 range slider examples. I guess something like this: http://codepen.io/thebabydino/pen/azKqWa is what I need. Unfortunately copy/pasting the code didn’t work for me. I guess I’ll have to dig deeper…
update
I guess I’ll go for the HTML5 <meter></meter>
meter element, since it has the colored bar for value and there is no need for any user input as with slider.