![]() |
Highlight
Tables on Mouseover Javascript |
|
Highlight Tables on MouseoverThis javascript will highlight a table or tables of your choice on rollover of your mouse cursor. Run your mouse cursor over the column to the right for an example of the script. Very useful script to catch the visitors eye on something special within the page. The highlight table
javascript is a much better script than the Paragraph
Rollover. The highlight effect can be applied only to individual tables
that you desire, yet certain cells can be omitted by giving that cell
an "ID=ignore" command. You are really in control with this
script.
Copy and paste the code below, into the <head> of your html document. Nothing to alter in this part of the script.
STEP 2 Copy the code below and paste it into each <table> tag that you want to highlight. Change the colors to suit, ie "lightgreen" and "white" In this instance, lightgreen will be the highlight color applied to the table on mouseover and white is the normal color of the background.
<table
onMouseover=.... onMouseout=....> That's it ! Enjoy! |
|