查看代码: 颜色:红色!重要;在IE11 [Windows 10]中不起作用。 在所有其他brauser它看起来很好,它应该如何,请检查。
input:hover+label {
color: green;
}
label:hover {
color: red!important;
}
<input placeholder="What do your friends call you?" id="fname" />
<label for="fname">First Name</label>