I’m trying to get the Toggle Tab to slide with the content, I currently have this working but it jumps instead of sliding with the content.
Here is my coding:
$('#fp_thumbtoggle').click(function() {
$('#fp_thumbtoggle').toggleClass("active");
$('.dropgallery').slideToggle('500');
return false;
});
You’ll know what I mean if you have a quick look at this http://www.media21a.co.uk/development/fullthrottle/
Any help would be great : )
You’ll have to remove the
top: 65pxfrom the .active CSS. You may have to play around with this.