Does jQuery have a plugin to display a "message bar" like the Twitter "wrong password" bar at the to

Posted by Jian Lin on Stack Overflow See other posts from Stack Overflow or by Jian Lin
Published on 2010-06-06T10:39:53Z Indexed on 2010/06/06 10:42 UTC
Read the original article Hit count: 377

Twitter will pop down a message bar at the top of the screen say "Wrong password" and after 10 seconds, it will slide up and disappear. Chrome also shows "Do you want to save the password" message box using such a way.

Does jQuery have a plug in to do that already? Does it also work in IE 6? Because usually, the display of relative to the viewport (using position: fixed) will not work on IE 6. thanks.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about plugins