Friday 15 February 2013

Text not editable in your web page

Your web site not editable in client side

fallow this css style 
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

No comments:

Post a Comment