ok, in the following echo:
echo('<td onMouseOver="this.style.backgroundColor=#2C2B3C; this.style.cursor=hand;"><a href='.$row['adress'].'>'.$row['name'].'</a></td></tr>');
i have a quote problem.
As you can see, the onMouseOver event isn´t done correctly.
and it wont work either. But I tried several quote combinations and even without. I tried replacing it with a seperate JavaScript function, but even that failed 🙁
the thing is, the hand IS being displayed, but the bg color if each column isnt.
current status can be veiwed at
this page
does anyone know how to fix this?