In IE and Edge, it only works when you hover over the border, not the content. IFRAME
IFRAME
In Chrome, Safari works regardless of what works ( :hoverstays on hovering over the contents of border AND)
:hover
https://jsfiddle.net/zy7tqvxf/1/
Is there any workaround for this without adding additional javascript elements and handlers?
, IE , iframe HTML :hover . , javascript, hover, . .
hover
$('#frame').hover(function() { $(this).addClass('hover'); }); $('#frame').mouseleave(function() { $(this).removeClass('hover'); });
,
Source: https://habr.com/ru/post/1016994/More articles:Angular 4 Nuget Packs - angularИспользовать переменную как тип и создать ее - c#Get HTTP status code descriptions in ASP.Net Core - asp.netCreating a Bean for NaN Values - matlabhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1016993/angular2-passing-all-the-attributes-to-the-child-component&usg=ALkJrhiMOMz6T6Ixo2oLe_SNZgQM1TMovQHow to add a Jasmine Typescript custom match definition? - javascriptHow to convert a .NET Core project to a .NET Framework project? - .netWhat is backward compatibility in Android Studio? - androidCreate custom jasmine spam using Typescript - typescriptЕсли я установил minAPI в 21, мне нужен AppCompat? - androidAll Articles