Question

http://mindfulintegrations.com/signiacapital/accordian.php

I am using Jquery Accordion UI and if you look at the above page you can see it doesn't display the text correctly - the buttons are in odd places and the width of the text isn't spanning the white text block fully.

What I want is for the accordion to be under the flash image and expand when the other buttons are clicked, and have it expand the "white background" as necessary to fit the expanded text.

I think this might have to do with the container div having a static height set - but when I try giving it a large height it still does not display properly.

Thanks!

Was it helpful?

Solution

A quick look indicates that this in your CSS may be the culprit:

.processAccord {
position:relative;
}

Why is it relative? It doesn't seem necessary.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top