Weather by You!

Templates and Projects support => Php templates => Topic started by: keithleboutillier on June 11, 2015, 05:43:13 PM

Title: Drop down menu help
Post by: keithleboutillier on June 11, 2015, 05:43:13 PM
Hi

How do i add a new category to the main menu bar i have added satellites to the menu bar but how do i get the drop sub menus to work?

see http://gu6efb.shacknet.nu/weather/

In the header_menu.php i have added

    <!--5th drop down menu - Satellite -->
    <div id="sub_about" class="dropmenudiv_a" style="width: 150px;">
      <a href="noaa.php" title="Noaa Satellite">Satellite</a>
      <a href="meteor.php" title="Meteor Satellite">Meteor Satellite</a>
 

and in noaa.php i have


    script type="text/javascript
    // Select menu current item highlight
    //SYNTAX: tabdropdown.init("menu_id", [item menu, start from 0])
    tabdropdown.init("mainmenu", 0)
   
But the menu wont work i know i have missed something silly but i cant see it
Any help most welcome

Regards

Keith

 
Title: Re: Drop down menu help
Post by: Mr.Meteo on June 13, 2015, 05:13:09 AM
Hi Keith,

Sorry, I think I'm late on that one!
Your menu seem to work well now!

Regards,
Jacques