I want to disable any image selecting in my website. I already use this code:
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
but still have a problem with CTRL+A. Is there any jQuery or Javascript code to disable CTRL+A and select all function?
EDIT : this is my website > http://narenjco.ir/ press ctrl+a in first page , i want to make sparks unselectable
 
     
     
     
    