css rule to disable text selection highlighting


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. -webkit-user-select:none;
  2. -moz-user-select:none;

URL: http://stackoverflow.com/questions/826782/css-rule-to-disable-text-selection-highlighting

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.