Results 1 to 2 of 2

Thread: Drop Down Tab shading not working

  1. #1
    Join Date
    Mar 2007
    Location
    Madison, WI
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Drop Down Tab shading not working

    1) Script Title: Drop Down Tab Menu

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

    3) Describe problem:

    Ok the script is working great, the only goofy problem is that on the homepage, the blue hue on the menu is missing. I have the same index.html file and blaststyle.css on a sub folder called new and the shading works fine.

    So why isn't it working on the root?

    Link to the root where it is not working
    http://www.theblastma.com

    Link to the sub folder where it is working
    http://www.theblastma.com/new

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Make sure that the images that gives the shading effect to the tab menu does exist in the same folder where your CSS file resides. I've used the following images (these images I saved into my PC from the DD Tab Menu demo page)

    Code:
    - shade.gif
    - shadeactive.gif
    - dropindicate.gif
    If you look at the dropdowntab.css the following styles refer the first and the second images I've mentioned above .

    Code:
    .shadetabs li a 
    .shadetabs li.selected a
    Make sure all your JS files and images are in the correct path and you've mentioned correct path.

    I've attached a screenshot of your menus in my PC

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
  •