Yes, in the future, please include a link to the demo page of the DD script you are using.
In this particular case I took the trouble of looking at your page and saw what script you were using and fortunately I'm familiar with it. There is some problem with the HTML markup for the menu (two extra closing </li> tags). Other browsers are error correcting it for you. Make a backup copy of the page first, just in case, and then replace the menu's HTML markup with this:
HTML Code:
<div id="smoothmenu1" class="ddsmoothmenu">
<ul>
<li><a href="index.asp">Home</a></li>
<li><a href="index.asp">About the school</a>
<ul>
<li><a href="ethosAndValues.asp">Ethos and Values</a></li>
<li><a href="prospectus.asp">Prospectus</a></li>
<li><a href="curriculum.asp">Curriculum</a></li>
<li><a href="admissionsWhyChooseUs.asp">Admissions - why choose us?</a></li>
<li><a href="offstedReport2013.asp">OFSTED report and results</a></li>
<li><a href="pupilPremium.htm">Pupil Premium</a>
<ul>
<li><a href="pupilPremium201213.asp">Pupil Premium 2012-2013</a></li>
<li><a href="pupilPremium201112.asp">Pupil Premium 2011-2012</a></li>
</ul>
</li>
<li><a href="staff.htm">Teaching Staff</a>
<ul>
<li><a href="seniorLeadershipTeam.asp">Senior Leadership Team</a></li>
<li><a href="teachers.asp">Teachers</a></li>
<li><a href="supportStaff.asp">Support Staff</a></li>
</ul>
</li><li><a href="governers.asp">Governors</a>
</li>
<li><a href="policies.htm">Policies</a>
<ul>
<li><a href="chargingAndRemissionsPolicy.asp">Charging & Remissions Policy</a></li>
<li><a href="admissionsPolicy2013.asp">Admissions Policy</a></li>
<li><a href="SpecialEducationalNeedsPolicy.asp">Special Educational Needs Policy</a></li>
<li><a href="behaviourPolicySept2012.asp">Behaviour Management Policy</a></li>
</ul>
</li>
<li><a href="schoolUniform.asp">School Uniform</a>
</li>
<li><a href="parentsForum.asp">Parents' Forum</a>
</li>
<li><a href="folt.asp">FOLT</a>
<ul>
<li><a href="folt.asp">FOLT</a></li>
<li><a href="https://www.facebook.com/LeatherheadTrinitySchoolAndChildrensCentre?hc_location=stream">FOLT Facebook Page</a></li>
</ul>
</li>
<li><a href="churches.asp">Churches</a>
<ul>
<li><a href="stMarys.asp">St. Mary & St. Nicholas Parish Church</a></li>
<li><a href="methodist.asp">Leatherhead Methodist Church</a></li>
<li><a href="Christshurch.asp">Christ Church (United Reform)</a></li>
<li><a href="bFree.asp">BFree Youth Cafe</a></li>
</ul>
</li>
<li><a href="https://www.myschoollunch.co.uk/surrey/parents/menus/default.asp">School Lunch Menu</a></li>
<li><a href="https://webmail.leatherheadtrinity.surrey.sch.uk">Staff Email Login</a></li>
</ul>
</li>
<li><a href="importantDates.asp">School Calendar</a></li>
<li><a href="#">Shop or Pay</a>
<ul>
<li><a href="https://online.surreycc.gov.uk/education/schoolmeals/schmform.nsf/SchoolSelection">Pay for School Meals</a></li>
<li><a href="schoolUniform.asp">Buy School uniform Online</a></li>
</ul>
</li>
<li><a href="#">Classes</a>
<ul>
<li><a href="nursery.asp">Nursery</a></li>
<li><a href="reception.asp">Reception : Ladybird & Bumblebee</a></li>
<li><a href="year1.asp">Year 1 : Squirrel & Hedgehog</a></li>
<li><a href="year2.asp">Year 2 : Fox & Badgers</a></li>
<li><a href="year3.asp">Year 3 : Chestnut & Redwood</a></li>
<li><a href="year4.asp">Year 4 : Willow & Oak</a></li>
<li><a href="year5.asp">Year 5 : Eagle & Osprey</a></li>
<li><a href="year6.asp">Year 6 : Hawk & Owl</a></li>
<li><a href="languageUnit.asp">Language Unit</a></li>
<li><a href="modernForeignLanguages.asp">Modern Foreign Languages</a></li>
</ul>
</li>
<li><a href="#">Clubs</a>
<ul>
<li><a href="documents/breakfastClubRegistration.doc">Breakfast Clubs</a></li>
<li><a href="lunchtimeClubs.asp">Lunchtime Clubs</a></li>
<li><a href="afterSchoolClubs.asp">After School Clubs</a></li>
</ul>
</li>
<li><a href="listNewsletters.asp">Newsletters</a>
</li>
<li><a href="#" class="">Children's Centres</a>
<ul>
<li><a href="http://www.leatherheadtrinitycc.com/">Leatherhead</a></li>
<li><a href="http://www.ashteadchildrenscentre.com/">Ashtead</a></li>
<li><a href="http://wellspringchildrenscentre.com/">Bookham</a></li>
</ul>
</li>
</ul>
<br style="clear: left">
</div>
The browser cache may need to be cleared and/or the page refreshed to see changes.
BTW, you are using an older version of the script and css for this menu. Once you've fixed things, you might want to look into updating:
http://www.dynamicdrive.com/dynamici...smoothmenu.htm
Oh, and you're using 2 versions of jQuery on the page. I'd change the first one to 1.8 and get rid of the second.
Bookmarks