Skip to content

Instantly share code, notes, and snippets.

@aNd1coder
Last active December 5, 2015 05:47
Show Gist options
  • Save aNd1coder/e757daa48cf84a6236a5 to your computer and use it in GitHub Desktop.
Save aNd1coder/e757daa48cf84a6236a5 to your computer and use it in GitHub Desktop.
css expression性能优化
/*http://www.cnblogs.com/kaiye/archive/2012/06/06/3039041.html*/
.select2{max-width:200px;*width: expression(function(el){el.style.width = el.offsetWidth > 200 ? '200px' : el.offsetWidth + 'px';counter('2');}(this));}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment