Results 1 to 8 of 8

Thread: Accordion Menu jumping

  1. #1
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Exclamation Accordion Menu jumping

    1) Script Title: Accordion Menu Script - Arrow Side menu

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

    3) Describe problem: My client says the 'technical' link when expanded jumps and does not open smoothly.. as in expanding over-sized before shrinking to where it belongs. It looks great on my end and a few other computers. He says he's using IE8. However, I used the same menu on another site and he says it opens smoothly.

    The trouble site:
    http://thetraindoctor.com/
    http://traindoctor.us/
    both are the same site, linked to each other.

    the working site: (Still work in progress)
    http://www.warrenvillerailroad.com/

    Can I get some assistance on ensuring the menu expands smoothly on his end?

    please and thank you!

  2. #2
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    I hate to bump, but any assistance please? my client just emailed me about it.. again. and I still can't find the issue on my own.

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    This issue typically arises when a page is missing a valid doctype in IE. Looking at your page, you do have one declared. I'll try and take a closer look later today.
    DD Admin

  4. #4
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    thank you, it would be appreciated. I tried looking earlier, and I'll look again as well later

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Ok this one certainly gave me the runaround, but I think I found the issue. There is a missing </a> tag in your menu header, which needs to be there:

    Code:
    <div class="arrowsidemenu">
    
    <div><a href="index.html" title="Home">Home</a></div>
    <div class="menuheaders"><a href="toremove/" title="CSS">Technical</a></div>
    	<ul class="menucontents">
    	<li><a href="bulbs.html">Bulb Index</a></li>
    	<li><a href="traction.html">Traction Tire Chart</a></li>
    
    		<li><a href="reset.html">Reset Codes</a></li>
    </ul>
    <div><a href="http://shop.ebay.com/TheTrainDoctor/m.html?_nkw=&_armrs=1&_from=&_ipg=25 target="_blank">E-Bay Store</a></div>
    <div><a href="schedule.html">Schedule</a></div>
    <div><a href="dropoff.html">Authorized Drop-offs</a></div>
    <div><a href="links.html">Links</a></div>
    <div><a href="contactdoctor.html">Contact</a></div>
    
    </div>
    Without it IE crumbles apparently.
    DD Admin

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

    Default

    Nice to have a challenge once in a while, huh?

    Thank you I added that bit in the codings.. now to wait for my client to test it for me. I HOPE it works.. if it does, you would be the most awesome person ever!

  7. #7
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    It works for me now... before it didn't... It should work for your client.
    Jeremy | jfein.net

  8. #8
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    thank you for the confirmation, Nile!

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
  •