Accordian not working correctly. anyone able to see why?

Joined
12 Feb 2006
Posts
18,158
Location
Surrey

i've only just noticed that if you click each of the headers, it closes the one below. but when you try open, it doesn't seem to work for hte one below if the one clicked is closed.

any ideas what's caused it to get confused? the code has been in use for years and not changed for a long time. i've looked for errors in the code but can't see anything
 

i've only just noticed that if you click each of the headers, it closes the one below. but when you try open, it doesn't seem to work for hte one below if the one clicked is closed.

any ideas what's caused it to get confused? the code has been in use for years and not changed for a long time. i've looked for errors in the code but can't see anything

Probably due to the quote button being inside the accordion and messing up the Nth item layout/processing.

As a test, if you comment out or delete this:

<div class="quoteButtons headBar buttonBar"><a class="bookButton green" href="https://www.mayercleaning.co.uk/boo...ders&amp;qId=080919_6581&amp;token=2844661381">I Would Like to Book with Mayer </a></div>

...you should find it works.

You probably want to put that element above the accordion.
 
Back
Top Bottom