econnections
IS-IT--Management
Hello,
(using IE6)
I put one DIV inside another DIV and both had onmouseover functions associated with them (for test purposes the onmouseover should change the DIV background color). What I've discovered is that only the outer DIV function is called and never the inner DIV function.
I found the same when a single table in place inside the cell of a larger table. The larger table onmouseover takes priority over the inner table.
How do I get around this?
Basically, I was trying to create a senario when if you double-click on empty cell you would be given a form that would put new content into the cell rapped in a DIV or SPAN. When you double-clicked on the text in the cell the function in the DIV or SPAN would launch a update form. Unfortunately because of the problem I described above I cannot provide the update capability.
Can anyone see away around this, please?
(using IE6)
I put one DIV inside another DIV and both had onmouseover functions associated with them (for test purposes the onmouseover should change the DIV background color). What I've discovered is that only the outer DIV function is called and never the inner DIV function.
I found the same when a single table in place inside the cell of a larger table. The larger table onmouseover takes priority over the inner table.
How do I get around this?
Basically, I was trying to create a senario when if you double-click on empty cell you would be given a form that would put new content into the cell rapped in a DIV or SPAN. When you double-clicked on the text in the cell the function in the DIV or SPAN would launch a update form. Unfortunately because of the problem I described above I cannot provide the update capability.
Can anyone see away around this, please?