*7 Hack

(Named for the fact that it can hide CSS from Opera 7.)

If this text is green, the browser has applied the rule.

Technique:

<style type="text/css">html*#test { color: green; }</style>

Adapted from David Baron's CSS tests

Back to CSS hacks

*7