Disable Selection With CSS

Jun 27 2011

* {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

Comments Off

Comments are closed at this time.

Performance Optimization WordPress Plugins by W3 EDGE