Onmouseover Change bgcolor
Posted: Tue Aug 10, 2004 8:46 pm
I have a dynamic table being filled with query results and every other row alters colors. I wanted to have the every table change a color during its "onmouseover" state.
Here is my code for the rows:
Any ideas?
Here is my code for the rows:
Code: Select all
<tr align="left" valign="top" <?php echo Alternate($queryLIST->AbsolutePosition(), "bgcolor", "1:#dcdcdc,1:#f5f5f5")?>>