Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to change background depending on a string value Reply To: how to change background depending on a string value

#243344
tabasco
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.