Forum: HTML and CSS Feb 20th, 2005 |
| Replies: 0 Views: 18,923 Changing class name in onMouseOver Hi,
I have an HTML table which has OnMouseOut events on rows for hiliting and selecting alternate rows. Each alternate rows uses [onMouseOut="this.className='BrownRow'"] to hilite alternate rows.... |