Is there a way to create sticky (floating), vertical icon buttons for a page using jQuery or other library? The buttons are centered vertically on the left or the right of the screen as a bar, and remain in the same location when the user scrolls. Here’s an example of a library that generates the buttons for WordPress: http://www.clickonf5.org/cute-profiles
Thanks.
What you are looking for is a cross-browser implementation of the CSS
position:fixedproperty.There’s the JQuery UI Position Plugin and other implementations like this.