javascript - Can Chrome modify the pop-up prompt box style of elements with title attributes?
为情所困
为情所困 2017-05-24 11:32:05
0
2
766

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

为情所困
为情所困

reply all(2)
曾经蜡笔没有小新

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

Peter_Zhu

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!