Curious if there is a creative solution to this problem that I haven't thought of yet...
I'm working on a site editor tool and it would be incredibly useful to have the ability to highlight elements when hovering over their code in the html/elements tabs, similar to Firebug and Chrome console...
Using background effects won't work because they don't encompass the entire Div, and overlaying a div on top of all content without blocking mouseovers on underlying elements seems tricky...
Any bright ideas? Is there specific browser code that can achieve this effect?