Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css for internet explorer only

@media all and (-ms-high-contrast: none), 
               (-ms-high-contrast: active) {
  /* IE10+ CSS styles goes underneath */
  #ie11 h2 {
    color: #fff;
  }
  #ie11 h2:hover {
    color: gray;
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #internet #explorer
ADD COMMENT
Topic
Name
3+9 =