Simulated Table Row Mouseover
NOTE: This article is old and no longer updated. I recommend you use CSS for this type of stuff.
Roll your mouse over any project name
Project | County | Phase | Budget |
PROJECT: Changes the SPAN class to handle rollover | |||
P1 C1 | P1 C2 | P1 C3 | P1 C4 |
|
|||
PROJECT: Changes the TD class to handle rollover | |||
P2 C1 | P2 C2 | P2 C3 | P2 C4 |
|
|||
PROJECT: Uses InLine Styles to handle rollover | |||
P3 C1 | P3 C2 | P3 C3 | P3 C4 |
|
|||
PROJECT: Uses the Table Object Model to handle rollover | |||
P3 C1 | P3 C2 | P3 C3 | P3 C4 |
|
These techniques work fine in IE 5.5 & 6.x, Netscape 4.7 does not like any of these techniques, I have not checked it Netscape 6.x or other browsers.