hello. i have an inssue
i must add $(function(){
$("#header").sticky({
zIndex:3,
stopper: 300
});
$(".sticky").sticky({
topSpacing: 100,
zIndex:2,
stopper: "#footer"
});
});
into the jquery.jsticky.min.js instead of the proper file, it works ok, header and sidebar are sticky but, when the header reaches the sticky sidebar in wich i have a contact form, the page is changed and is showing the email address.
any ideea how to fix this? thanks
hello. i have an inssue
i must add $(function(){
into the jquery.jsticky.min.js instead of the proper file, it works ok, header and sidebar are sticky but, when the header reaches the sticky sidebar in wich i have a contact form, the page is changed and is showing the email address.
any ideea how to fix this? thanks