My page's left column menu is a table. Some rows contain a link. Some rows have an OnMouseOver event to show a <Div> as a popout menu. The show <Div> doesn't work properly. The <Div>'s Style attribute for Position is set to Absolute. I can set the Left and Top values to make the first <Div> appear in the desired place, but the second one always shows up at the bottom of the page, regardless of its Top value.
I'm trying to set it so that each <Div> shows up just to the right of the <tr> that has the onmouseover so that the top of the <Div> is the same as the top of the row that the mouse is over (like most popout menus do).
My second problem: Each popout <Div> contains a table. After the <Div> disappears due to the Onmouseout, some of the table borders still appear on the page. Why might that be happening?
All help is appreciated.
I'm trying to set it so that each <Div> shows up just to the right of the <tr> that has the onmouseover so that the top of the <Div> is the same as the top of the row that the mouse is over (like most popout menus do).
My second problem: Each popout <Div> contains a table. After the <Div> disappears due to the Onmouseout, some of the table borders still appear on the page. Why might that be happening?
All help is appreciated.