views:

40

answers:

2

Hello , Was hoping someone could point me in the right direction, perhaps to a tutorial on how to create these popup drop down lists like facebooks who liked this link.. I'm assuming its jquery?

alt text

Any ideas guys?

+2  A: 

Have a look at:

FaceBox

Sarfraz
+1  A: 

Jquery UI dialog box can give similar results, but you are by no means limited to jquery.
http://jqueryui.com/demos/dialog/

All the box is is a div positioned absolutely in the center of the screen.

Joey C.