jquery help

Out of context: Reply #3

  • Started
  • Last post
  • 8 Responses
  • Stugoo0

    Im not erroring.

    im trying to exclude the active state with the hover..

    here is my html :
    <ul id="primary">
    <li><a class="active" href="" title="Home" >Home</a></li>
    <li><a href="audiences/" title="Audiences">Audiences</a></li>
    <li><a href="consumer-insight/" title="Consumer Insight">Consumer Insight</a></li>
    <li><a href="magazines-ad-planning/" title="Magazine Ad Planning">Magazine Ad Planning</a></li>
    <li><a href="case-studies/" title="Case Studies">Case Studies</a></li>
    <li><a href="news/" title="News">News</a>
    <ul>
    <li><a href="news/archive.cfm" title="News Archive">News Archive</a></li>
    <li><a href="news/polls/" title="Polls">Polls</a></li>
    </ul>
    </li>
    <li><a href="contact/" title="Contact">Contact</a></li>
    </ul>

View thread