I just recently released a new OSS project called jixedbar, a jQuery plugin that stick/fix a Div element on the bottom of a page/website. Inspired by Facebook’s fixed app/menu bar, the code is based on the jstcky (deprecated project) but with improved codebase, features, and written as a jQuery plugin to maximize the use of jQuery’s rich features.
Here’s a quick demo: http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/
You can get the Beta release from Google Code Project Host, either by downloading the archive file or through Subversion (SVN) repository.
Send your comments and suggestions to rawswift at gmai dot com.
Cheers!
Its good. But on window resize it does not remain in center. I recommend a window resize bind to change the position and size (in case).
$(window).resize(function())
Hi Arvind.s.a,
Thanks for the recommendation. I’ll be adding that on the next release =) Cheers!
How can i get it to stay non transparent? i want it to be full color at all times not only when someone hovers over the menu bar.
Thanks
Copy and use the sample code at “http://code.google.com/p/jixedbar/” under the “Usage” section.
jixedbar’s default is non-transparent bar. You can also pass a “hoverOpaque: false” parameter to jixedbar,
this would set the bar to stay visible and not transparent.
Cheers!
How to put jixedbar into blogger..?
Thank’s