views:

151

answers:

2

When you win a badge in this page a bar with information appears on top. I think is jquery but anybody knows all the code and the implementation? Thank.

+1  A: 

Hello!

Check this: GROWL

If you code a fine, simple css you can easily make a stackoverflow lookalike without programming.

neduddki
+2  A: 

I just used a div that's hidden and has a margin-top equal to the information bar's height until I want to trigger it. Then I just animate jQuery's show and animate() to change the margin-top to 0. Alternately, you could just have it hidden and use slideDown(), but I prefer the animate() effect more.

Andy Baird