问题描述
我最近升级了Chrome浏览器版本
I have recently upgraded my Chrome browser version
在此版本中,我尝试了以下代码,并在鼠标悬停该选项时不显示工具提示 .
In this version i have tried the below code and when i hover the option it does not display the tooltip.
<select title="Rejection Codes">
<option title="Desk">SDE</option>
<option title="Live">TOP</option>
<option title="OnShore">ERT</option>
</select>
任何人都请告知如何在此Chrome版本中实现这一目标
Any one please advise how to achieve this in this chrome version
注意::我已经用Google搜索这个东西,其中大多数人都遇到了这个问题,而从那张票中我没有任何解决方法.我看到票已经开张,经过了一些讨论.
Note: I have googled this thing and most of them faced this issue and from that tickets i didn't get any solution. I saw that tickets were open with some discussion.
推荐答案
我尝试了提琴琴,发现它不适用于Chrome版本43.0.2357.124 m,但适用于IE11版本11.0.9600.17843
I've tried the Fiddle mentioned and found that it doesn't work with Chrome version Version 43.0.2357.124 m but it does work with IE11 Version 11.0.9600.17843.
这曾经与早期版本的Chrome一起使用.
This used to work with an earlier version of Chrome.
这篇关于HTML选择选项标题在Chrome中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!