Skip to content

Instantly share code, notes, and snippets.

@AntouanK
Created March 10, 2014 17:32
Show Gist options
  • Select an option

  • Save AntouanK/9469869 to your computer and use it in GitHub Desktop.

Select an option

Save AntouanK/9469869 to your computer and use it in GitHub Desktop.
CSS expressions
CSS expressions are bad, but if you really must use one, you can make it self-rewriting:
.the-thing {
background-color: expression(this.runtimeStyle.backgoundColor = 'none', [your code here]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment