Is there a way to change the text color on mouse hover and mouse out, even with multiple nested div elements? I'm having trouble getting it to work, so any help would be appreciated.
<div class="u860" id="u860" style="top: 0px;">
<div id="u860_rtf">
<p style="text-align: left;" id="cache228">
<a class="music" href="AppLauncher_TradeSearch">
<span class="test1" style="font-family: Calibri; font-size: 11px;
font-weight: bold; font-style: normal; text-decoration: none;
color: rgb(37, 80, 99);" id="cache229">Different</span>
</a>
</p>
</div>
</div>
I would like the color of "Different" to change on mouse hover and mouse out.