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.
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
Here's a pretty simple notification bar
Dean Edwards' "IE7" JavaScript library may help. It fixes position: fixed in IE6.
I think you want a sticky footer.
I wonder if there's a quick and dirty way to save the state of something in that bar across a site...
view this post Facebook Style Footer Admin Panel
Here's a quick and easy solution on how to fix element/bar on the bottom page:
jixedbar - Fixed bottom bar 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.