views:

11173

answers:

5

I want to create fixed status bar in by web form to display various status/messages/notification to user , i can used fixed CSS property but i want to implement in i.e 6/7 and in Firefox. and all the browsers.

+6  A: 

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

ceejayoz
+4  A: 

I think you want a sticky footer.

Kon
That's not the same thing. On a long page, that footer will not display until you scroll to the footer of the page..
ceejayoz
+7  A: 

Here's a quick and easy solution on how to fix element/bar on the bottom page:

Fixed bottom bar just like Facebook

Now all you have to do next is to find an AJAX framework (prototype, jquery, etc) and start coding your custom menu (application, notification, slider, etc.) or similar to the one in Facebook.

A: 

I wonder if there's a quick and dirty way to save the state of something in that bar across a site...

A: 

view this post Facebook Style Footer Admin Panel

hkadejo