In addition, after sliding the control in chrome, the prompt box will not be displayed, but it will be normal in ie or edge. How to solve this, thank you
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<input type="range" title="1234">
</body>
</html>
After sliding
曾经蜡笔没有小新2017-05-24 11:34:05
Chrome cannot modify the title prompt box style
Each browser has different compatibility. It is recommended to use a third-party Tooltip plug-in or write one manually
天蓬老师2017-05-24 11:34:05
The style of the title prompt box cannot be modified. It is similar to the select style. You can simulate one by yourself. @星思福 made it very clear