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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -