I know I’m missing a small piece of this … but for markup like this:
<a class="menusegment"><div>Link Text & Link Description</div></a>
I have the following jquery
$('a.menusegment').hover(function () {
// insert code here
});
What I want to do is change the top border color of the div contained in ‘a.menusegment’
Any help would be greatly appreciated.
Thanks!
1 Answer