View Single Post
Old 12-21-2009, 10:28 AM   PM User | #3
Spudhead
Senior Coder

 
Spudhead's Avatar
 
Join Date: Jun 2002
Location: London, UK
Posts: 1,856
Thanks: 8
Thanked 110 Times in 109 Posts
Spudhead is on a distinguished road
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.
Spudhead is offline   Reply With Quote