Results 1 to 8 of 8

Thread: another jquery version on Accordion Menu Script

  1. #1
    Join Date
    Feb 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default another jquery version on Accordion Menu Script

    1) Script Title: Accordion Menu script F

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

    3) Describe problem:

    I use jquery self on my page. I´ve downloaded it from jqery site.
    But when I use my jquery.js file the 2-nn submenuheaders have a white space under it...
    When I use the jquery posted on DD it works fine??!

    Greets

    Byte

  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

    Make sure you are using version 1.4.2 of jQuery.
    - John
    ________________________

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

  3. #3
    Join Date
    Feb 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    when I use e.g. jquery-1.2.2.pack.js (wich was in old DDaccordion) it works fine, but when I use my own -from jquery downloaded jquery-1.4.2.min.js, the error occurs..!!!

    I tested, the error occurs on every jquery-1.4.2 to me. On jquery-1.2.2 it works ?!

    Greetings

    Byte

  4. #4
    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

    Make sure you are also using the current (v1.9) accordion script:

    http://www.dynamicdrive.com/dynamici...daccordion.htm

    jQuery 1.4.2 is the version posted on Dynamic Drive, and the version used with all the demos on Dynamic Drive.

    If you want more help:

    Please post a link to a page on your site that contains the problematic code so we can check it out.


    Also, what browser(s) are you seeing this problem in?
    - John
    ________________________

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

  5. #5
    Join Date
    Feb 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    I use V1.9. Sorry but the Site is in intranet and not official.

    Greets

    Byte

  6. #6
    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

    Well, it's probably some tweak(s) in style that would fix it, or you could use both versions of jQuery, one for the menu and the other for your other stuff.

    Those are the only two solutions I can think of without seeing it.

    Or, if you could put up a page somewhere that demonstrates the problem, then I could be more specific.
    - John
    ________________________

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

  7. #7
    Join Date
    Feb 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    I tested it on my Intranet with the demosite here (http://www.dynamicdrive.com/dynamici...enu-glossy.htm) .
    And there is the same problem!!!!!!!!!!

    It seems to be a problem with IE 7 and jquery 1.4.2 !!!!

    I try to upload a picture with the problem.
    There you can see the two white spaces !


    Greets Byte
    Last edited by Byterider; 07-23-2010 at 09:33 AM.

  8. #8
    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

    Ah, I see it now. Using the demo code from he demo page in the code section titled:

    Entire HTML Source code:
    I found that if I added the highlighted as shown:

    Code:
     . . . mal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
    padding: 2px 0;
    padding-left: 10px;
    }
    
    .glossymenu div.submenu ul li a:hover{
    background: #DFDCCB;
    colorz: white;
    }
    
    </style>
    <!--[if lt IE 8]>
    <style type="text/css">
    .submenuheader {
    	display: inline-block;
    }
    </style>
    <![endif]-->
    </head>
    
    <body>
    
    <div class="gloss . . .
    That took care of it.
    - John
    ________________________

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

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
  •