I'm facing a problem with my jQuery accordion menu.
After opening and closing a section, the ':hover' effect stops working only for that specific section. However, it continues to work for other sections that haven't been clicked yet.
If I open all sections, then ':hover' functionality stops working for all sections.
Any help would be greatly appreciated.
Thank you
Ramona
You can view a quick sample of the code showcasing the issue on jsFiddle through this link.
Try hovering over the sections and notice the background positions shift. Click on one section, then another, and go back to hover over the previous section. Some strange behavior is happening :)
Please keep in mind that the div slide positioning may appear off in this example, but it's fine in the actual version. The issue, however, is well-demonstrated here.