How to create Facebook style fixed Status bar?

2019-03-13 18:03发布

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.

标签: css layout
7条回答
做自己的国王
2楼-- · 2019-03-13 18:44

Here's a pretty simple notification bar

查看更多
【Aperson】
3楼-- · 2019-03-13 18:45

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

查看更多
来,给爷笑一个
4楼-- · 2019-03-13 18:45

I think you want a sticky footer.

查看更多
Juvenile、少年°
5楼-- · 2019-03-13 18:45

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

查看更多
Rolldiameter
7楼-- · 2019-03-13 19:01

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.

查看更多
登录 后发表回答