How to create a fixed status bar in Facebook style?

I want to create a fixed status bar as a web form to display various statuses / messages / notifications for the user, I can use the fixed CSS property, but I want to implement in ie 6/7 and in Firefox. and all browsers.

+7
css layout
source share
7 answers

Dean Edwards "IE7" JavaScript library can help. It fixes position: fixed in IE6.

+6
source share

Here you will find a quick and easy solution on how to fix an element / panel on the bottom page:

jixedbar - Fixed bottom panel like Facebook

Now you need to find the AJAX structure (prototype, jquery, etc.) and start coding your custom menu (application, notification, slider, etc.) or similar to how it is done on Facebook.

+8
source share

I think you want a sticky footer .

+4
source share

There are several options. For example, look at a checkmark that seems quite customizable: http://www.ticketmy.com/bumpin/socialbar/index.php

+2
source share

Here's a pretty simple panel

+1
source share

I wonder if there is a quick and dirty way to save the state of something in this bar through the site ...

0
source share
-one
source share

All Articles