-ms-high-contrast media feature

Size
1,792 Kb
Views
18,216

How do I make an -ms-high-contrast media feature?

What is a -ms-high-contrast media feature? How do you make a -ms-high-contrast media feature? This script and codes were developed by Patrick H. Lauke on 25 September 2022, Sunday.

-ms-high-contrast media feature Previews

-ms-high-contrast media feature - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>-ms-high-contrast media feature</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>-ms-high-contrast media feature</h1>
<p>This demonstration visually illustrates which of the <a href="https://msdn.microsoft.com/en-us/library/windows/apps/hh465764.aspx?f=255&MSPPError=-2147217396"><code>-ms-high-contrast</code> media feature</a> values (<code>active</code>, <code>black-on-white</code>, <code>white-on-black</code>) currently evaluate to true. This demonstration requires Internet Explorer or Edge.
<p id="active-off"><code>(-ms-high-contrast:active)</code> is false</p>
<p id="active-on"><code>(-ms-high-contrast:active)</code> is true</p>
<p id="bow-off"><code>(-ms-high-contrast:black-on-white)</code> is false</p>
<p id="bow-on"><code>(-ms-high-contrast:black-on-white)</code> is true</p>
<p id="wob-off"><code>(-ms-high-contrast:white-on-black)</code> is false</p>
<p id="wob-on"><code>(-ms-high-contrast:white-on-black)</code> is true</p>
</body>
</html>

-ms-high-contrast media feature - Script Codes CSS Codes

html { font-family: Arial, Helvetica, sans-serif }
#active-on, #bow-on, #wob-on { display: none; }
@media (-ms-high-contrast:active) { #active-on { display: block; } #active-off { display: none; }
}
@media (-ms-high-contrast:black-on-white) { #bow-on { display: block; } #bow-off { display: none; }
}
@media (-ms-high-contrast:white-on-black) { #wob-on { display: block; } #wob-off { display: none; }
}
-ms-high-contrast media feature - Script Codes
-ms-high-contrast media feature - Script Codes
Home Page Home
Developer Patrick H. Lauke
Username patrickhlauke
Uploaded September 25, 2022
Rating 3
Size 1,792 Kb
Views 18,216
Do you need developer help for -ms-high-contrast media feature?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Patrick H. Lauke (patrickhlauke) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!