Click to See Complete Forum and Search --> : How to create Popup


vivekshah
June 8th, 2007, 03:34 AM
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

mcmcom
June 8th, 2007, 10:21 AM
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

vivekshah
June 9th, 2007, 01:57 AM
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 ..?