Awesome-sauce! Your code at first didn't do anything. Then I added an
onload event...THIS works...

function init() {
$("#header1").click(function(){
$("#div01").BlindToggleVertically(1000,null, 'bounceout');
return false;})
}
window.onload = init;

Now I can add any other DHTML library and give my visitors a
choice! :-)

Thanks again!

 - John

Reply via email to