
Originally Posted by
BearBug
Thanks! It works perfectly!
For all menu links under one category, the coding is class="expand" while other categories are "collapsed" until they choose another category, then that category is expanded when they choose all the menu items while the first category is collapsed. I did this for each individual file and it worked perfectly in both IE 8 and google chrome on my computer (prior to uploading the website). When testing it from our server, it doesn't do what it's supposed to do. (collapse vs. expand)
First 5 asp files under upcoming events have this coding:
HTML Code:
<div align="left" class="expand">
<span>Upcoming Events</span>
<a href="luncheons.asp">Council Meetings/Member Lunches</a>
<a href="agm.asp">Annual General Meeting</a>
<a href="ufe-dates.asp">UFE Dates</a>
<a href="convocation.asp">Convocation</a>
<a href="upcoming.asp">Professional Development</a>
</div>
<div align="left" class="collapsed">
<span>Professional Opportunities</span>
<a href="employment.asp">Employment Opportunities</a>
<a href="volunteer.asp">Volunteer Opportunities</a>
<a href="http://www.casource.com/" target="_blank">CA Source</a>
<a href="http://www.directorssource.com/" target="_blank">Directors Source</a>
</div>
Under professional opportunities, all asp files have this coding:
HTML Code:
<div align="left" class="collapsed">
<span>Upcoming Events</span>
<a href="luncheons.asp">Council Meetings/Member Lunches</a>
<a href="agm.asp">Annual General Meeting</a>
<a href="ufe-dates.asp">UFE Dates</a>
<a href="convocation.asp">Convocation</a>
<a href="upcoming.asp">Professional Development</a>
</div>
<div align="left" class="expand">
<span>Professional Opportunities</span>
<a href="employment.asp">Employment Opportunities</a>
<a href="volunteer.asp">Volunteer Opportunities</a>
<a href="http://www.casource.com/" target="_blank">CA Source</a>
<a href="http://www.directorssource.com/" target="_blank">Directors Source</a>
</div>
Like I said, it works well when testing on my computer through both browsers but no longer works upon uploading it. I didn't change anything in the js file. If you require more from me, please let me know. I hope you can help
Bookmarks