Hide or change the value label for a range input in IE10
问题 I have a range input with a custom label displaying text which corresponds to the input's value. This works well except that Internet Explorer 10 also displays its own tooltip-like label containing the value. The trouble is that this tooltip obscures my label. It also displays an integer value, where the actual value of the control is a float. I cannot figure out how to hide the label or modify its text. It is separate from the tooltip and does not respond to the title attribute. It does not