Fixed that bar at the bottom like Facebook!

February 15th, 2009

Since I’ve started an account on Facebook, I was always fascinated with the bottom fixed application bar. And now I got a chance to hack one for my own and share it, with you guys.

Check out the sample I’ve made: http://ryan.rawswift.com/sandbox/fixed-bottom-bar/

I’ve put some comments on the HTML and CSS code. So, I hope you’ll understand it clearly.

Save and modify it, to fit your need!

Hope this helps!

Update!

Bug Fix:
1. Overlapping scrollbar (vertical and horizontal) on IE7.
2. Page wouldn’t scroll down when the mouse pointer is in a white/blank space on IE7.

The sample page are optimized for 960×600 and higher resolutions. Tested on FF3, IE6, IE7, and IE8.

Download: http://ryan.rawswift.com/sandbox/fixed-bottom-bar/fixed-bar-0.2.tgz

UPDATE - Dec. 15, 2009

Thanks guys! For all the comments and suggestions. Sorry if I couldn’t reply to each and every comments below. Been busy for the past couple of months.

Anyway, I’ve just recently created a new project called jixedbar. It’s a jQuery plugin and has the same effect as seen in the above demo but with some added features like mouse hover effect, rounded corners, text tooltip, and customizable style (partly). It is still under development and currently in beta stage.

You can download the beta version at http://code.google.com/p/jixedbar/downloads/list.

Please try it and send me your comments or suggestions.

*** Compatible in IE6, IE7, IE8, Firefox, and Chrome. (Haven’t yet tested on a Safari browser)

Demo page: http://ryan.rawswift.com/sandbox/jixedbar-0.0.2/demo/

UPDATE - June 24, 2010

Here’s the latest update:

Demo page: http://ryan.rawswift.com/sandbox/jixedbar-0.0.3/demo/

*** Development version 0.0.3

Cheers!

Donation

Support the jixedbar project by donating any amount through PayPal or by simply linking back to jixedbar’s page over Google Code.


Share this Post

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati

Tags: , , , ,

59 Responses to “Fixed that bar at the bottom like Facebook!”

  1. pervert says:

    anyone please willing to spend 2 words to help us newbies on adding this into our webpages?

    really appreciated.

    thank you.

  2. zoel says:

    thanx, this is very cute nav bar.

  3. David says:

    I strongly recommend you add stop() to the fadein/out effect.

    if (defaults.hoverOpaque) {
    $(this).fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);
    $(this).bind(”mouseenter”, function(e){
    $(this).stop().fadeTo(defaults.hoverOpaqueEffect['enter']['speed'], defaults.hoverOpaqueEffect['enter']['opacity']);
    });
    $(this).bind(”mouseleave”, function(e){
    $(this).stop().fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);
    });
    } if (defaults.hoverOpaque) {
    $(this).fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);
    $(this).bind(”mouseenter”, function(e){
    $(this).stop().fadeTo(defaults.hoverOpaqueEffect['enter']['speed'], defaults.hoverOpaqueEffect['enter']['opacity']);
    });
    $(this).bind(”mouseleave”, function(e){
    $(this).stop().fadeTo(defaults.hoverOpaqueEffect['leave']['speed'], defaults.hoverOpaqueEffect['leave']['opacity']);
    });
    }

  4. william says:

    whoa… its cool! thanks a lot dude. this is what i’ve been looking for. Very generous of you.

  5. Howdy This is good info, am impressed… fine stuff man

  6. Hey This is great info, am into all this… cool stuff boy

  7. Wasfurein says:

    Wait, how do you do multiple tabs when you click one of the bottom bar buttons?

  8. That’s pretty awesome looking! I think these bars are defiantly the next frontier of web 2.0

  9. simon says:

    Im using the jixedbar on my site.. hope u guys put an addon like chatbox in facebook :)

Trackbacks/Pingbacks

  1. New MoMA.org at //nedward.org
  2. jstcky: A stick or die JavaScript framework « Bicolano Express by Ryan Yonzon
  3. Bookmarks for March 5th from 16:57 to 16:57 | Buddy's Blog
  4. Einfacher Sticky Footer - XHTMLforum

Leave a Reply