Search
 
SCRIPT & CODE EXAMPLE
 

CSS

only ie css

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #myElement {
        /* Enter your style code */
   }
}
Comment

styles only for IE

    @media all and (-ms-high-contrast:none)
     {
     .foo { color: green } /* IE10 */
     *::-ms-backdrop, .foo { color: red } /* IE11 */
     }
Comment

PREVIOUS NEXT
Code Example
Css :: how to add text stroke in css 
Css :: ionic input line color 
Css :: css text align 
Css :: how to center table text in html 
Css :: how bold text in css 
Css :: css counters 
Css :: how to set the scroll in bootstrap4 table body 
Css :: i used overflow-y : scroll but the scroll bar keep on showing 
Css :: center a spinner css 
Css :: insert background image css error 
Css :: css animation-iteration-count 
Css :: photshop flip layer 
Css :: rotate image css 
Css :: css background linear gradient transparent 
Css :: css darkmode 
Css :: How to horizontally center an element 
Css :: css background transparency or alpha mode 
Css :: css glass effect 
Css :: delete after content css 
Css :: flex margin between items 
Css :: css flex divide evenly 
Css :: how to add outline to text in css 
Css :: how to add a shadow behind text in css 
Css :: css linear gradient 25% of page 
Css :: focus selector css 
Css :: use css in cshtml 
Css :: cursor as image css 
Css :: css img src 
Css :: css banner image 
Css :: transform multiple css 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =