Content deleted Content added
EstherLoer (talk | contribs) more examples and discussions |
EstherLoer (talk | contribs) →Invalid or non-compliant CSS: wording |
||
Line 8:
Due to quirks in the interpretation of CSS by various browsers, most CSS hacks involve writing invalid CSS rules that are interpreted only by specific browsers, or relying on bugs in specific browsers. An example of this is prefixing rules with an underscore (as in <code>_width</code>) to target Internet Explorer 6—other browsers will ignore the line, allowing it to be used to write code specific to one browser.
Similar CSS hacks involve
=== Unsupported CSS ===
|