Changing the background of other link on hover of the First link.
Posted
by Wazdesign
on Stack Overflow
See other posts from Stack Overflow
or by Wazdesign
Published on 2010-05-20T10:27:42Z
Indexed on
2010/05/20
10:30 UTC
Read the original article
Hit count: 181
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.
© Stack Overflow or respective owner