How to create Popup

Hello,

I am developing an web site which has map and I display points with circle on the map.

But when i point on the circle it should display popup window as shown in the attachment with this message.

How do i create this type of popup's...?

Any help, urgent coz do deliver it on monday to client.

Thnx in advance
[365 byte] By [vivekshah] at [2007-11-20 8:25:11]
# 1 Re: How to create Popup
if you want it in a special shape like that and transparent i would use DHTML, CSS, and some javascript. Create a hidden <DIV> using css and put it on another z-index than the rest of your content. then use Javascript to determine what link was clicked and display and position the DIV when they either mouse over or click on the link

hth,
mcm
mcmcom at 2007-11-9 11:53:23 >
# 2 Re: How to create Popup
thnx buddy,

I am trying the same but still not successful.

So can u provide me some link or sample code so i can have more clear picture how to proceed ..?
vivekshah at 2007-11-9 11:54:25 >