scrollTo is not scrolling to a div that expands past the bottom of the page... any suggestions? (jQuery 1.3, scrollTo 1.42)
function toggleCollapsible(ownerDiv) {
ownerDiv.next(".Collapsible").slideToggle("fast",
$.scrollTo(ownerDiv, "slow"));
}