Results 1 to 5 of 5

Thread: CSS Drop Down Menu issue

  1. #1
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Drop Down Menu issue

    1) Script Title: Drop Down Tabs (Bluetabs)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...roptabmenu.htm

    3) Describe problem:
    I have installed this menu on my site:
    http://www.klhwebdesigns.com/
    My problem is that the menu is stuck on the "Logo Designs" button no matter where you are on the site. (using FF browser) How do I change the script or ss to show the correct tab when selected?
    Thank you for your help. The script is awesome.
    Kat

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Try changing the part where you initialize the script from

    <script type="text/javascript">
    //SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
    tabdropdown.init("bluemenu", 3)
    </script>

    to
    <script type="text/javascript">
    //SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
    tabdropdown.init("bluemenu", auto)
    </script>

  3. #3
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop Down links gone

    Thank you, I have done this and it has fixed the issue, except now there are no drop down links. I am sure I have done something wrong since I'm new at this. I really appreciate the help.

  4. #4
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    You need to place the word auto in quotes like so:

    Code:
    tabdropdown.init("bluemenu", "auto")
    After that it should work fine.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  5. #5
    Join Date
    Jul 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thanks!

    Thanks, That did it. Much appreciated!
    Kat

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •