Código PHP:
function mOvr(src,clrOver,clrborderOver) {
if (!src.contains(event.fromElement)) {
//src.style.cursor = 'hand';
src.bgColor = clrOver;
src.border='1px';
src.bordercolor=clrborderOver;
Código PHP:
<table width="100%" border="0" cellspacing="0" cellpadding="5" width="17%" id="menu2" bgcolor="#767772" onMouseOver="mOvr(this,'#000099','#000000'); " onMouseOut="mOut(this,'#767772','#ffffff');" >
<tr>
<td width="17%" ><A HREF="#"><img src="images/FL_ABAIX.jpg" width="75" height="75" border="0"/></A></td>
<td width="83%" ><A HREF="#">hola caracola </A></td>
</tr>
</table>
alguien sabe?