PHP error aplying javascript... Mambo BUG? Hi, i'm trying to assign some rollover/rollout behavior to a table background, the original piece of code is:
echo '<td align="center" valign="top" '. $width .'>';
The changed (NOT WORKING) code is:
echo '<td BGCOLOR="#0000ff" onMouseover="this.style.backgroundColor='#ff0000'" onMouseout="this.style.backgroundColor='#0000ff'" align="center" valign="top" '. $width .'>';
This code works perfect in an html page but inserting this behavior to mambo creates an error that prevents mambo to show anything on the page.
Any clues to make it work? THANKS |