Does anyone know a library that provides an interactive selection mechanism highlighting the element the user is currently hovering with their mouse?
I have created a test fiddle which demonstrates this mechanism.
If there is no existing library for this, I have the following issue with my own code: pointer-events: none
is not supported in IE < 11 but I need a way of making the highlighting rectangle click-through.