larissahn Posted April 8, 2009 Share Posted April 8, 2009 this is the code i have for a menu. what i want to do are 2 things: first, delete the beautiful oceans option and second, move the FAQs option up and place it under Programmes and Costs. what do u suggest I do? thanx. <td width="840" height="25" bgcolor="#4C7AAB"><div id="cssMenu1" class="horizontal"> <ul class="modern_blue"> <li> <a href="index.php">About</a> <ul> <li> <a href="about/aims.php">Aims & Objectives</a> </li> <li> <a href="about/history.php">History</a> </li> <li> <a href="about/staff.php">Staff</a> </li> <li> <a href="about/interns.php">Interns</a> </li> <li> <a href="about/partners.php">Partners</a> </li> <li> <a href="about/funding.php">Funding</a> </li> <!--<li> <a href="../about/facilities.php">Facilities</a> </li>--> <li> <a href="about/travel.php">Responsible Travel</a> </li> <li> <a href="about/acknowledgements.php">Acknowledgements</a> </li> </ul> </li> <li><a href="research/">Research</a> <ul> <li> <a href="research/coralreefs/">Coral Reefs</a> <ul> <li> <a href="bleachwatch">Coral Bleaching</a> </li> </ul> <!--<li> <a href="../research/coralreefs/algae.php">Algal Dynamics</a> </li> <li> <a href="../research/coralreefs/grazing.php">Grazing & Herbivory</a> </li>--> </li> <li> <a href="research/fisheries/">Fisheries</a> <!--<ul> <li> <a href="../research/fisheries/conch.php">Conch</a> </li> <li> <a href="../research/fisheries/grouper.php">Grouper</a> </li> <li> <a href="../research/fisheries/zooplankton.php">Zooplankton</a> </li> <li> <a href="../research/fisheries/lobster.php">Spawning Aggregations</a> </li> </ul>--> </li> <li> <a href="research/megafauna/">Megafauna</a> <ul> <li> <a href="research/megafauna/whalesharks.php">Whale Sharks</a> </li> <li> <a href="research/megafauna/cetaceans.php">Cetaceans</a> </li> <!--<li> <a href="../research/megafauna/sightings.php">Sightings</a> </li><--> </ul> </li> <li> <a href="research/islandecology.php">Island Ecology</a> </li> <li> <a href="research/coconuts.php">Coconuts</a> </li> <li> <a href="research/mangroves/">Mangroves</a> </li> <li> <a href="research/seagrass/">Seagrass</a> </li> <li> <a href="research/projects.php">Project Proposals</a> </li> </ul> </li> <li> <a href="volunteer/">Volunteer</a> <ul> <li> <a href="volunteer/programme.php">Programmes & Costs</a> </li> <li> <a href="volunteer/internships.php">Internships</a> </li> <!--<li> <a href="../volunteer/learning.php">Key Areas of Learning</a> </li>--> <li> <a href="volunteer/beautifuloceans.php">Beautiful Oceans</a> </li> <li> <a href="volunteer/blog.php">Blog</a> </li> <li> <a href="volunteer/faq.php">FAQ</a> </li> <!--<li> <a href="../volunteer/proposals.php">Projects & Proposals</a> </li>--> </ul> </li> <li> <a href="community/">Community</a> <ul> <li> <a href="community/education.php">Education</a> </li> <li> <a href="community/socioeconomic.php">Socioeconomics</a> </li> <li> <a href="community/traditional.php">Traditional Knowledge</a> </li> </ul> </li> <li> <a href="ecology/">Ecology</a> <ul> <li> <a href="ecology/coralreefs/">Coral Reefs</a> <!--<ul> <li> <a href="../ecology/coralreefs/phaseshifts.php">Phase Shifts</a> </li> <li> <a href="../ecology/coralreefs/herbivory.php">Herbivory</a> </li> <li> <a href="../ecology/coralreefs/algae.php">Algal Dynamics</a> </li> <li> <a href="../ecology/coralreefs/bleaching.php">Coral Bleaching</a> </li> <li> <a href="../ecology/coralreefs/disease.php">Coral Disease</a> </li> </ul>--> </li> <li> <a href="ecology/seagrass/">Seagrass</a></li> <li> <a href="ecology/mangroves/">Mangroves</a></li> <li> <a href="ecology/connectivity/">Connectivity</a></li> <li> <a href="ecology/whalesharks/index.php">Whale Sharks</a></li> <li> <a href="ecology/cetaceans/index.php">Cetaceans</a> <!--<ul> <li> <a href="../ecology/cetaceans/spinners.php">Spinner Dolphins</a> </li> <li> <a href="../ecology/cetaceans/bottlenose.php">Bottlenose Dolphins</a> </li> <li> <a href="../ecology/cetaceans/roughtooth.php">Rough-tooth Dolphins</a> </li> <li> <a href="../ecology/cetaceans/orcas.php">Orcas</a> </li> <li> <a href="../ecology/cetaceans/pilotwhales.php">Pilot Whales</a> </li> </ul>--> </li> </ul> </li> <li> <a href="downloads/">Downloads</a> <ul> <li> <a href="downloads/documents.php">Documents</a> </li> <li> <a href="downloads/wallpapers.php">Wallpapers</a> </li> </ul> </li> <li> <a href="links/">Links</a> </li> <li> <a href="utila/">Utila</a> </li> <li> <a href="news/">News</a> </li> <li> <a href="contact/">Contact</a> </li> </ul> <br /> <script type="text/javascript"> <!-- var obj_cssMenu1 = new CSSMenu("cssMenu1"); obj_cssMenu1.setTimeouts(400, 200, 800); obj_cssMenu1.setSubMenuOffset(0, 1, -10, 5); obj_cssMenu1.setHighliteCurrent(true); obj_cssMenu1.setAnimation('slide'); obj_cssMenu1.show(); //--> </script> </div> </td> <td width="3" bgcolor="#4C7AAB"> </td> <td width="7"> </td> </tr> <tr> <td height="1"></td> <td height="7" colspan="2"></td> </tr> </table></td> </tr> <tr> Quote Link to comment Share on other sites More sharing options...
schilly Posted April 8, 2009 Share Posted April 8, 2009 you want to do this on the fly? for certain users? or just permanent? Quote Link to comment Share on other sites More sharing options...
larissahn Posted April 8, 2009 Author Share Posted April 8, 2009 i want to modify the menu permanently. i trust i pasted the complete code. Quote Link to comment Share on other sites More sharing options...
schilly Posted April 8, 2009 Share Posted April 8, 2009 just edit the html? Quote Link to comment Share on other sites More sharing options...
larissahn Posted April 8, 2009 Author Share Posted April 8, 2009 the site is utilaecology.org the menu gives us the options about, research, volunteer, community, ecology, etc. under volunteer, we get 4 more options: programmes & costs internships beautiful oceans blog faq i want to completely remove the beautiful oceans option from the menu and move FAQ up to put it under the programmes & costs options. Quote Link to comment Share on other sites More sharing options...
schilly Posted April 9, 2009 Share Posted April 9, 2009 yup i understand what you're trying to do. just move the FAQ <li> to under the "programmes & costs" <ul> and delete the Beautiful Oceans <li> Quote Link to comment Share on other sites More sharing options...
larissahn Posted April 9, 2009 Author Share Posted April 9, 2009 thanx. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.