Skip to content

Instantly share code, notes, and snippets.

@alxrocha
Forked from subtleGradient/shim.css
Created June 1, 2010 08:52
Show Gist options
  • Save alxrocha/420729 to your computer and use it in GitHub Desktop.
Save alxrocha/420729 to your computer and use it in GitHub Desktop.
* html .shimmed {
_azimuth: expression(
this.shimmed = this.shimmed || 'shimmed:'+this.insertAdjacentHTML('beforeBegin','<IFRAME style="filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);position:absolute;top:0px;left:0px;width:100%;height:100%" frameBorder=0 scrolling=no src="javascript:'+"''"+'"></IFRAME>'),
'inherit'
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment