Accordion Hovering problem inside Layout cell

Hi,
Here’s a page: intelsystech.com/ab/index2.php

On this page, when you use the accordion, you may click the entire bar for the bottom ones and it works fine. When you want to go back up the accordion, however, you can only click the label text. The mouseover area for the entire bar seems to have shrunk to 1px at bottom (or been moved down).

Unfortunately this issue gets worse for me when I add my own skins, where it ceases to work at all, except in that 1px bar, so could you explain what happened here in the original files?

Thanks so much!

Hi,

the table topMenuBar overlays other content. Try to set the fixed height for it. And problem will be solved.

.topMenuBar{
width:100%;
height:300px;
}