Skip to content

Instantly share code, notes, and snippets.

@steida
Created March 26, 2009 05:56
Show Gist options
  • Save steida/85925 to your computer and use it in GitHub Desktop.
Save steida/85925 to your computer and use it in GitHub Desktop.
var el = new Element('div', {
style: 'position: absolute; width: 100px; height: 100px; background-color: red'
}).inject(document.body);
var styles = { clip: 'rect(10px 90px 90px 10px)' };
//el.setStyles(styles); // ok
el.morph(styles); // doesn't work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment