Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kingbolo

    (@kingbolo)

    When I replace the jquery accordion menu widget with some other content (either what) the widget underneath does slide back down as it should.

    When I place the jquery accordion menu widget the widget underneath goes to the top and disappears behind the accordion menu. Or when I give it a position:relative; and visibility:visible; it is on top of the accordion menu.

    Tried to add an extra div with clear:both; and a height:1; right under the accordion menu widget. That usually solves these issues.

    Anyone have an I idea how to solve this?

    Thread Starter kingbolo

    (@kingbolo)

    Solved it.
    There was a float:left; meant for another menu that caused it.
    Now by going line by line, with the help of firebug, I was able to find it.
    Sure wasn’t looking it there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Accordion overlaps widget underneath’ is closed to new replies.