HTML table mouseover events?
Ronnie Gauthier
linux
Sun Jun 17 04:43:38 PDT 2007
On Sat, 16 Jun 2007 19:27:23 -0700
"Net Llama!" <netllama at linux-sxs.org> wrote:
> I'm writing a (relatively trivial) web app in PHP, which generates a
> large HTML table (15 columns, 35 rows). Much of the content in the
> table is dynamically populated from a PostgreSQL database.
>
.cellcolor { background-color: #FFFFFF; border: 1px #000000 solid;}
<td class="cellcolor" onmouseover="style.backgroundColor='#000000';border: 1px #FFFFFF solid;"
Ronnie
More information about the Linux-users
mailing list