I need a very simple script that will change the table's cell background color and add a 1px border with EAEAEA color.
How do I go about implementing this?
I got:
I am not sure how to add the border portion for "onmouse"Code:<td bgcolor="#FFFFFF" onMouseover="this.style.backgroundColor='F8F8F8';" onMouseout="this.style.backgroundColor='FFFFFF';" align="center" width="152">
Thank you in advance



Reply With Quote

Bookmarks