Click to See Complete Forum and Search --> : onMouseOver - Change <td> color - help


Skarbo
09-05-2003, 08:12 PM
Hi guys, im new to HTML and JavaScript. Just need one command for now.

When i move over my Menu Bar, i want the <td> to change color.

Here is an Example (http://krisskarbo.de/example.htm) (made in Fireworks)

Here is something you can continue on:

<table>
<tr>
<td bgcolor='gray'>Menu
</td>
</tr>

onmouse over change the <td> to white...

thx!

Alien Man
09-05-2003, 08:55 PM
if this is a menu of links why not just use the hover attribute of the links background-color: white;