css - input:hover+label override important styles [only IE11 bug] -


look @ code: color: red!important; doesn't work in ie11 [windows 10]. in brauser looks fine, how should be, please check.

input:hover+label {      color: green;  }  label:hover {      color: red!important;  }
 <input placeholder="what friends call you?" id="fname" />   <label for="fname">first name</label>


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -