Move the mouse over the links below

This will be highlighted

This will also be highlighted, but with different highlight color

The relevant code is below.  Note that #FFFF00 is the color of the highlight.  This produces the color yellow.

Links code:

<a onMouseOver="javascript:highlightLink(this, '#FFFF00');" 
  onMouseOut="javascript:unhighlightLink(this);"
  HREF="index.html">This will be highlighted</a>

<a onMouseOver="javascript:highlightLink(this, '#00FF00');" 
  onMouseOut="javascript:unhighlightLink(this);" 
  HREF="index.html">This will also be highlighted, but with different highlight color</a>

Back

(C). F. Permadi