Just blogging things you need to know. Social media tips and tricks, blogging tips and tricks and search engines news.
You might have seen some websites with floating sticky widgets that don't scroll with page and you wondered how it can be done? Answer is, you can easily do this by using Jquery. Today I am gonna share a Jquery sticky plugin by using which you can create sticky widgets in blogger. Today almost every website or blog has Jquery installed in it that makes many functions easier. Making an HTML element sticky is a messy task if done with only HTML and CSS but using Jquery makes it a lot easier.
Read More: Create Stylish CSS Tables In Blogger
Before going further you must know the difference between "Sticky" and "Fixed" elements. Fixed element is the one that remains fixed at a position declared by CSS. It remains on one place only and its position isn't changed with scrolling. Normally top navigation bars are kept fixed as you can observe in this blog too. "Sticky" element is somewhat different from fixed in the sense that it moves with page with scrolling until it reaches to specified position and then remains fixed. That looks more professional and organized than "Fixed" elements.