NervousRex
Programmer
I have the following code which works fine in IE6
<table width="12" cellpadding="0" cellspacing="0" onclick="menu_click()" class="trans">
<tr>
<td background="images/clientSliderFull.gif" height="150"></td>
</tr>
</table>
When you click the image, it should call the menu_click function. But in IE7 it "randomly" calls it.
When the page first loads, everything is fine, I click the image and it opens and closes the image (should only open). Then if I click ANYWHERE on the page, it opens and closes (should only fire if I click in the table).
If I click and hold the mouse for a second on the table/image, it works as intended.
If I mouse over other random elements on the page, the menu opens and closes.
Any ideas why IE7 is doing this?
<table width="12" cellpadding="0" cellspacing="0" onclick="menu_click()" class="trans">
<tr>
<td background="images/clientSliderFull.gif" height="150"></td>
</tr>
</table>
When you click the image, it should call the menu_click function. But in IE7 it "randomly" calls it.
When the page first loads, everything is fine, I click the image and it opens and closes the image (should only open). Then if I click ANYWHERE on the page, it opens and closes (should only fire if I click in the table).
If I click and hold the mouse for a second on the table/image, it works as intended.
If I mouse over other random elements on the page, the menu opens and closes.
Any ideas why IE7 is doing this?