Tagged Questions
2
votes
1answer
120 views
Best way to highlight DOM elements given the following situation and requirements?
Situation
Very simple. A user is moving a mouse over a web page. Every element the mouse moves over receives a highlight as the mouse touches it, and the highlight is not there when the mouse is not ...