Fixing the Accordion height, scrolling the scolls if need be
Hi all,
Accordion works great. I need however to lock the height of this
control. There are some drawers which can be quite long, and i need to
have a scrollbar automatically handle this.
I tried to do this:
<ul id="LeftAccordion">
<li><a href="#">Folders</a><div style="height:300px;
overflow:auto">
Hello world<br />
Hello world<br />
...
It works on first load. But after you switch drawers the height and
overflow seem to have been overwritten.
Any suggestion to the problem is appreciated.