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 :: css rounded corners 
Css :: make image darker in css 
Css :: media queries css not working for mobile 
Css :: how to center an image element inside a block in css 
Css :: css how to center images in a table cell 
Css :: checkbox background color css 
Css :: drop shadow image css 
Css :: how to allow scroll in div 
Css :: table fixed header 
Css :: css space between elements 
Css :: list-style-image size 
Css :: change input border color when selected 
Css :: gatsby hide scroll bar 
Css :: scrollbar change css 
Css :: hover apply lighter color css 
Css :: change size of bullet point css 
Css :: position relative get in center 
Css :: css grid wrap columns 
Css :: blocksatz css 
Css :: add background image and color css 
Css :: background image fill div 
Css :: vertical-align tablerow 
Css :: css box shadow 
Css :: imporatn css 
Css :: beige hex code 
Css :: css option value 
Css :: make a paragraph fit in div 
Css :: css background full screen 
Css :: how to lighten a color in css 
Css :: space between li css 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =