Skip to content

Instantly share code, notes, and snippets.

@mistakster
Created February 28, 2013 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistakster/5053747 to your computer and use it in GitHub Desktop.
Save mistakster/5053747 to your computer and use it in GitHub Desktop.
Opera hack
/**
* Opera hack
*/
.body {
background: lightgray;
height: 200px;
}
/* .opera-only - is dummy selector */
.opera-only :-o-prefocus,
.body {
background: yellow;
}
.highlight {
font-weight: bold;
}
<div class="body">Yellow background in <span class="highlight">Opera</span> and light gray in other browsers</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment