I have a situation with a DHTML menu that I created that I thought was working well in all browsers I cared about, but discovered a problem in Opera 9.22 yesterday. The odd thing is that this worked in previous versions of Opera. Anyway I have a parent table that contains all elements for the menu, however events no longer bubble up from any children of the table's cells. The cells will bubble, but not my submenu elements.
<table class="tblMenuBar" onmouseover="doHighlight(event)" onmouseout="evaluateMouse(this,event)">
Any ideas why my events won't bubble in Opera 9.22? I'm doing nothing to burst any bubbles until they reach the top table node btw. this makes no sense.
<table class="tblMenuBar" onmouseover="doHighlight(event)" onmouseout="evaluateMouse(this,event)">
Any ideas why my events won't bubble in Opera 9.22? I'm doing nothing to burst any bubbles until they reach the top table node btw. this makes no sense.