Hello, I'm having a problem with a site I'm developing that uses heavy DOM javascript. My goal is for text with a certain SPAN class to be highlighted blue when the mouse passes over it. Sounds easy, right? Not necessarily-- the catch is that sometimes, DIV boxes are on top of the text that I'm tryi...