Changing the background of other link on hover of the First link.
- by Wazdesign
I have the following mark up.
<ul>
<li><a><span>link-1</span></a></li>
<li><a><span>link-2</span></a></li>
<li><a><span>link-3</span></a></li>
</ul>
When user hover on the first 'a' then the next a tag in LI , we remove the backgorund-image.
I hope you are clear what I want to do with this.