The following style rule selects any element with an “attr” attribute (set to any value).
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.test { display:none; }
[attr="Value"] {display: block;}
</style>
</head>
<body>
<div class="test" attr="Value">Test for [=] (Equality) succeeded.</div>
</body>
</html>
Notes Remarks
Note Requires Windows Internet Explorer 7 or later. Note Attribute selectors are not supported in webpages that are displayed in the Microsoft Internet Explorer 5 document mode (also known as “Quirks” mode). To use attribute selectors, add a !DOCTYPE directive that specifies a standard-based document. For more information, see Defining Document Compatibility. Attributes are case-sensitive.
Syntax<strong/> [att=val] {...}
equality
equality
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4