I have a super simple accordion and the first row is not displayed until I click one of the other rows. It actually looks like the accordion shifts down to expose the first row.
[code]
Title goes hereI have a super simple accordion and the first row is not displayed until I click one of the other rows. It actually looks like the accordion shifts down to expose the first row.
[code]
Title goes hereSeems the problem is the style for the containing div. I had
height=400px; Should be height:400px;
Problem solved.
That’s goood!