5

Exact Duplicate: How to show popup message like in stackoverflow

or

How would I implement stackoverflow's hovering dialogs?

alt box http://img266.imageshack.us/img266/8226/boxt.jpg

I am trying to build this type of information box when user click on some link with the help of jquery. Please help.

Community
  • 1
  • 1
Mahesh
  • 1,754
  • 7
  • 36
  • 54
  • 1
    duplicate of: http://stackoverflow.com/questions/758906/how-would-i-implement-stackoverflows-hovering-dialogs – grapefrukt May 12 '09 at 14:01
  • Interestingly you took the screenshot while trying to down vote :) – Alex Aug 09 '09 at 05:38
  • Just search Stackoverflow: http://stackoverflow.com/questions/659199/how-to-show-popup-message-like-in-stackoverflow – cgp May 12 '09 at 14:00

1 Answers1

6

jQuery UI's dialog might be what you're after.

Dominic Rodger
  • 97,747
  • 36
  • 197
  • 212