|
The height that the container will animate to is passed into the function call in the onclick. See where it says:
Animate('dropdownPanel1',100);
change that to read:
Animate('dropdownPanel1',200);
and your container will open to 200px, instead of 100px height.
ps. Kor, it's got a call to the jQuery file, but it makes no use of it. This would be better placed back in the main JS forum.
|