Images are used in web pages to make them look more interactive and appealing. We must have surely noticed a thing about images. When you click on an image and drag it, there is a semi-transparent image that follows the mouse till you hold it down. This is called the ghost image.
There is a solution to everything in CSS. So, is there a way to prevent the user from seeing this ghost image, not for security purposes but for the interacrive experience?
0 Comment(s)