FYI... I had to add the following to get this module to display correctly in IE6:

Without the code, the headers shrink wrap the text instead of expanding to 100% width.

/* forces IE to declare has-layout*/
.accordion-header, .accordion-content{
display:block;
height:1%;
}

Comments

Manuel Garcia’s picture

Status: Active » Needs review

I'm willing to include this, but I don't have time (honestly) to troubleshoot IE6. If other people help confirm and test this I'll take a look.

Manuel Garcia’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Closing now due to 6.x no longer supported.