Apr 07 2022 08:27 PM
Mouse Hover doesn't work in Windows 11 in Edge's Internet Explorer Mode.
I am referring to Javascript with Href link has title tag with text,When we mouse hover on this Href link we don't get the text in title tag
As an example of the HTML css tag as below
<a href="javascript:open_page();">
<img width="xx" height="xx" title="Some text" class="clickable" src="images/abc.gif" border="s">
</a>
I would like to point out that this problem does not occur in Windows 10, only in Windows 11.
And also it works fine when same is referred in Chrome browser in windows 11.
Please let me know if there is bug with Windows 11 in Edge's Internet Explorer Mode.
and any alternative solutions for it.
I tried below samples to mention IE 11 in Meta tag,
But not worked
meta http-equiv="X-UA-Compatible" content="IE=9;IE=10;IE=Edge,chrome=1"
May 04 2022 02:48 AM