Hello,
I was wondering if jQuery can handle following action:
I would like to display url links when readers starts to scroll down Blogspot blog page. These links will stay 100% visible all the time until readers scroll the page to the top position (0% visible).
I have found one jQuary, it is here.
But this one works like scroll to the top of the website button. I would like my jQuery works exactly like this but instead of scrolling to the top on mouse click, it will redirect reader to specific url link (on mouse click).
Is it possible to do this?
Thank you.