First accordion item not visible

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 here
[/code]

Seems the problem is the style for the containing div. I had

height=400px; Should be height:400px;

Problem solved.

That’s goood! :slight_smile: