[thelist] javascripting woes

Anthony Baratta Anthony at Baratta.com
Fri Jul 13 15:28:16 CDT 2001


At 01:09 PM 7/13/2001, you wrote:

>for a cheap rollover in a table
><td bgcolor="#66ffff" onMouseOver=NavRollOver(this);
>onMouseOut=NavRollOut(this);>
>
>the validator returns invalid due to needing :Quoted string, alphanum string
>or dynamic expression.


Don't you need to format the TD tag like this:

<td bgcolor="#66ffff" onMouseOver="NavRollOver(this);" 
onMouseOut="NavRollOut(this);">

With quotes around the onMouse events??
---
Anthony Baratta
President
Keyboard Jockeys

Blatant Plug: Cool Jazz for a hot summer,
     http://LisaMarie.Baratta.com





More information about the thelist mailing list