Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- Toggle menu problem


rainborick - 5:46 pm on Feb 5, 2012 (gmt 0)


I may not see what you're after, but it looks to me like you should use class="headline" on the enclosing <li> tag, not the <span> tag. Actually, you might need to use something like:

<li>
<div class="headline">Headline 2
<ul>
<li><a href="">Option 1</a></li>
<li><a href="">Option 2</a></li>
<li><a href="">Option 3</a></li>
</ul>
</div>
</li>

or something similar.


Thread source:: http://www.webmasterworld.com/javascript/4414424.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com