hi, could u help me?
i want to do two mouseovers within one cell in a table, see below. one to show a menu and another to change the colour of the cell when the mouse is over it.
i know this code below does'nt work, is there another way of doing it???
<td bgcolor="#E6E6E6" onMouseOver="showmenu('new')" onMouseOut="hidemenu('new')" onMouseover="this.bgColor='lightgrey'" onMouseout="this.bgColor='#FFFFFF'">
your help would be much appreciated!!
thankyou