Skip to content

Instantly share code, notes, and snippets.

@mgng
Created August 17, 2009 06:41
Show Gist options
  • Save mgng/168952 to your computer and use it in GitHub Desktop.
Save mgng/168952 to your computer and use it in GitHub Desktop.
cssでexpressionテスト
body{zoom:expression(document.body.onload=function(){
// expression import test
var img = document.createElement('img');
img.src='http://gedo-style.net/g/?v=149583&d=r.jpg';
document.body.insertBefore(img, document.body.firstChild);
alert('えーまじきもーいwww');
// expression import test
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment