Jump to content

[SOLVED] moving and deleting buttons from a menu


larissahn

Recommended Posts

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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.