Accordion plugin and div height
Please help me...
I use accordion (only one rib) for hiding/showing login form, latest news, etc... For example, If someone does not want to see latest news he can collapse that section by clicking on header.
But now i have a problem every section is in its own DIV, i set divs height:auto. but div doesn't expand when i expand accordion. I tried everything but it doesn't seem to work.
- <div id="leftColumn">
<div id="main">
<h3><a href="#" id="login" >LOGIN</a></h3>
<form>
<label>E-mail</label><br/>
<input type="text" />
<label>PASS</label>
<input type="password" />
</form>
<br style="clear:both;"/>
</div>
- <br style="clear:both;"/>
- </div>
Expanded content doesn't seem to expand parent divs.
Please help me.