http://ktn.globalwatchonline.com/epicen ... at/?mode=0
I guess it is using jquery, does anyone have any links to download-able code that uses this effect or something similar?
Please help!
And don't forget to edit your signature & profile.

//Events
//scroll down through events list
$("#events_more").click(function(){
if ($("#cal").css("marginTop") != "-408px") {
$("#cal").animate({
"marginTop": "-=51px"
}, 450);
}
else {
}
});
//scroll up through events list
$("#events_back").click(function(){
if ($("#cal").css("marginTop") != "0px") {
$("#cal").animate({
"marginTop": "+=51px"
}, 400);
}
});
Users browsing this forum: No registered users and 2 guests