change background color with change in mouse position
- by Ashish Rajan
I was wondering if it is possible to set background-color with help of mouse coordinates.
What is have is:
I have a DIV-A which is draggable and some other divs which are droppable.
What is need is :
I need to highlight other divs on my page which are droppable, whenever my DIV-A passes over them. What i have is mouse coordinates, is it…