[Javascript] MouseOver changes Background

Scott Hamm ScottHam at clientlogic.com
Tue Jul 6 10:18:51 CDT 2004


I got a list of colors and would like to write JavaScript that changes
background when mouse hoovers over anchored link:

My existing code is as follows:
<ul>
<li>
	<a href="LTGREEN.html" title="LightGreen"
style="background:#90ee90;">
		<p class=name>LightGreen</p>
		<p class=num>144 238 144</p>
		<p class=webid>#90EE90</p>
	</a>
</li>
<snip>
</ul>




More information about the Javascript mailing list