views:

505

answers:

1

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.

+1  A: 

What you are looking for is a cross-browser implementation of the CSS position:fixed property.

There's the JQuery UI Position Plugin and other implementations like this.

Peter Bailey
Very nice. Thank you, Peter.
Alex