Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1084339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:32:57+00:00 2026-05-16T22:32:57+00:00

There is a plug-in for jQuery that allows you to build horizontal accordions, it

  • 0

There is a plug-in for jQuery that allows you to build horizontal accordions, it works great in all browsers except firefox. My main problem is that I’m somewhat unfamiliar with debugging client side code, I’m a Java programmer mostly, although I do have a good understanding of client technologies, actually trying to debug this issue leaves me lost, could someone please look at the bug, if possible determine the root cause, and share how they approached the issue?

I’ve already set up a reproduction of the code, the gray bars are “handles” click them to expand their content, light gray means already expanded, dark gray means minimized

when I refer to the accordion I mean the full component, in this case, the two handles, and the content that is shown

Here are some things I already know to get you started:

  • during the animation the size of the accordion increases by 1 or 2 pixels
  • the bug is obvious when the containing div has a size set to the size of the accordion
  • if the size of the containing div is increased the size still increases producing a “quivering effect” of the rightmost edge
  • the problem is only present on firefox
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:32:58+00:00Added an answer on May 16, 2026 at 10:32 pm

    Try adjusting the CSS a bit (updated demo):

    #containingDiv {
        height : 200px;
        width : 460px;
        overflow: hidden;
    }
    
    #myAccordion {
        width: 2000px; /* should be wide enough to contain all panels - max width in opera is 32766 */
    }
    

    Update: After referring to the standard CSS for the hrzAccordion, I discovered that adding a negative right margin to the handle fixed all flickering problems (updated demo):

    .handle {
        height : 200px;
        width : 30px;
        background : #aaaaaa;
        margin : 0 -1px 0 0;
        padding : 0px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Actually I'm looking for a jQuery plug-in that can handle this: there is a
Is there a jQuery plug-in / JavaScript control that will allow me to display
Is there a jQuery plug-in out there that can mimic those fixed position tabs
Are there any jQuery plug-ins that can do something similar to this: Acer Site
Is there any good JavaScript / jQuery plug-in that will 'quicklook' an image on
I am a noivce at JQuery. I'm curious about if there is any plug-in
There are already jQuery based Edit in place plug ins available. But i am
I’m using the jQuery UI Autocomplete plug-in . Is there a way to highlight
Is there a plug-in that improves the standard menu editor in Wordpress? For example
Is there an Eclipse plug-in that will allow me to graphically generate a data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.