Results 1 to 3 of 3

Thread: dd accordian

  1. #1
    Join Date
    Jan 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default dd accordian

    1) Script Title: firefox problem

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

    3) Describe problem: hi i have this accordian on this site http://fredy.co.uk/testsites/lyn/eng...reatments.html

    it seems to work fine in IE but not in firefox or chrome can someone help me please.

    thanks
    robin

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

    Default

    In FF (9.0), the only issue I see is that the content within certain accordions spilling over to outside the container. To fix this, inside the CSS for the script, remove the line in red below:

    Code:
    .applemenu div.submenu{ /*DIV that contains each sub menu*/
    background: white;
    padding: 5px;
    height:100px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
    }
    DD Admin

  3. #3
    Join Date
    Jan 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up thanks

    that was great, worked both for FF and Chrome, thanks for a very quick reply.

    all the best
    robin

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
  •