CSS Internet Explorer Hacks Internet Explorer 8 only

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

To target Internet Explorer 8, wrap your selectors inside @media \0 screen { }:

@media \0 screen {
    .hide-on-ie8 {
        display : none;
    }
}

Everything between @media \0 screen { } is processed only by I



Got any CSS Question?