rkjelden
January 14th, 2003, 06:01 PM
I have created a client side tree-control using DIV tags.
Within a DIV tag, I have a table structure with 3 columns and 2 rows.
The tree-control forms a Parent - Child relationship where child DIV tags are appended within TD tag of their Parent DIV tag.
I have onmouseover event in a TD tag (within the DIV tag). The onmouseover event calls a function. When I bring the mouse over the DIV tag the processor spikes. I tried putting window.event.cancelBubble=true; in the function that is called by onmouseover event but it did not work.
Any ideas what could be causing the Processor to spike? Any help is appreciated.
Within a DIV tag, I have a table structure with 3 columns and 2 rows.
The tree-control forms a Parent - Child relationship where child DIV tags are appended within TD tag of their Parent DIV tag.
I have onmouseover event in a TD tag (within the DIV tag). The onmouseover event calls a function. When I bring the mouse over the DIV tag the processor spikes. I tried putting window.event.cancelBubble=true; in the function that is called by onmouseover event but it did not work.
Any ideas what could be causing the Processor to spike? Any help is appreciated.