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
2008-12-26 13:08:47
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
2008-12-26 15:21:36
+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.