-9

i've learned at most everything i want it in the programing but I'm stuck with this little thing it's simple and that is how i can make the image unmoving when you click at the image

i mean ....

When you click on the image and hold on the image and move the cursor with the cursor the image will move with the cursor >>> now what i want is how i can make the image fixed and the image Not affected with the cursor ... did you understand me now ? ^^

please explain this simply and smoothly

thanks a lot

Funk Forty Niner
  • 74,450
  • 15
  • 68
  • 141
belal879
  • 11
  • 3

1 Answers1

3

Even if you dont deserve it ...

img {
    -webkit-user-select: none; 
    -moz-user-select: none;    
    -ms-user-select: none;
    user-select: none;    
}
Realitätsverlust
  • 3,941
  • 2
  • 22
  • 46