I know this is very simple but for some readon I can't get it working. Please help.
This is my sourse code:
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
navWindow =...
I have the following table structure:
<table>
<tr>
<td class="classNormal" onmouseover="this.className = 'classSelected'" onmouseout="this.className = 'classNormal'" onMouseMove="this.className = 'classSelected'">NORMAL</td>
<td...
What am I doing wrong here ??? Why when I load this page the cell with class=".classSelected" is not selected ??? I know this is a very easy problem but i can't find why it is doing it.
<html>
<HEAD>
<title>TEST</title>
<STYLE>
.classNormal
{
color: black;
background-color : yellow...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.