Results 1 to 3 of 3

Thread: DD Tab Menu - Works 100% in FF / 95% in IE

  1. #1
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Tab Menu - Works 100% in FF / 95% in IE

    -------------

    Script: DD Tab Menu
    http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm

    -------------




    This is the reference URL

    http://www.REMOVED.com -

    The primary navigation is the area that is having the problem.

    ------------------------------------------------------------

    1. This script is 100% what I was looking for, with one small bug

    2. When viewed in FF, the "current tab status" becomes either a green or blue color which gives the intended effect of being the active / selected section

    3. When viewed in IE, the "current tab status" retains the "unrollovered" state that creates a sense of disconnect between the tab and the listed prices below ... which is NOT the intended effect.

    Is there a problem with the Javascript and IE that makes it so that IE is not understanding the Javascript properly, or is there a tweak that needs to be applied to the JS?


    SOURCE FILES:

    the css is here : http://www.REMOVED.com/mls.css
    the js file is here: http://www.REMOVED.com/mls.js

    Any ideas to get this to work properly in IE?
    Last edited by m00kie; 02-16-2006 at 05:07 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Code:
    #tablist li.tabOdd a.current, #tablist li.tabOdd a.current:visited {
    background: #647D20;
    color:#fff;
    border-bottom: 0;
    }
    and

    Code:
    #tablist li.tabEven a.current, #tablist li.tabEven a.current:visited {
    background: #1B85A3;
    color:#fff;
    border-bottom: 0;
    }
    Should take care of it. Oh, and, try changing all those href="#"'s to:

    HTML Code:
    href="javascript:void(0);"
    That way the page won't be reloading all the time.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Feb 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John. THANK YOU !!! THANK YOU !!! THANK YOU !!!

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
  •