Click here to Skip to main content
16,011,608 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Controlling IE Settings Pin
Paul Watson9-Apr-03 4:11
sitebuilderPaul Watson9-Apr-03 4:11 
GeneralRe: Controlling IE Settings Pin
J. Dunlap9-Apr-03 8:38
J. Dunlap9-Apr-03 8:38 
GeneralRe: Controlling IE Settings Pin
Paul Watson9-Apr-03 20:34
sitebuilderPaul Watson9-Apr-03 20:34 
QuestionHow many instance ? Pin
Nick Seng8-Apr-03 20:19
Nick Seng8-Apr-03 20:19 
GeneralImplementing wSpell in .asp Pin
IceOl8d8-Apr-03 9:55
IceOl8d8-Apr-03 9:55 
GeneralpasteHTML() Problem Pin
dutchy8-Apr-03 6:02
dutchy8-Apr-03 6:02 
QuestionCoordinate-based popups? Pin
Jamie Hale8-Apr-03 4:17
Jamie Hale8-Apr-03 4:17 
AnswerRe: Coordinate-based popups? Pin
alex.barylski8-Apr-03 12:47
alex.barylski8-Apr-03 12:47 
It wouldn't be that difficult to have a popup display itself if your regions are square or rectangle. Polygons would require a more advanced algorithm for determining whether the mouse is within the region. However you could probably find C++ code for that algorithm somewhere even on CP maybe and just simply port it to Javascript.

So this would be your first steps:

1) Determine if you image regions required are polygonal or square/rects
2) Search for algorithm for determing whether a point is within an irregular region or polygon or seomthing to that effect.
3) Create your popups dynamically using innerHTML or hardcode them into your HTML.
4) Show and hide your popups using DOM's 'visibility' or 'display'

Have fun.

Cheers! Smile | :)

"Two wrongs don't make a right, but three lefts do!" - Alex Barylski Smile | :)
Generalhttp post via javascript Pin
Senkwe Chanda8-Apr-03 3:19
Senkwe Chanda8-Apr-03 3:19 
GeneralRe: http post via javascript Pin
alex.barylski8-Apr-03 12:33
alex.barylski8-Apr-03 12:33 
GeneralRe: http post via javascript Pin
Senkwe Chanda8-Apr-03 19:51
Senkwe Chanda8-Apr-03 19:51 
GeneralRe: http post via javascript Pin
alex.barylski10-Apr-03 14:25
alex.barylski10-Apr-03 14:25 
GeneralRe: http post via javascript Pin
Still Learning Dude11-Apr-03 14:02
Still Learning Dude11-Apr-03 14:02 
Generalgood Web Design site Pin
Braulio Dez8-Apr-03 0:03
Braulio Dez8-Apr-03 0:03 
GeneralRe: good Web Design site Pin
matthew l8-Apr-03 0:14
matthew l8-Apr-03 0:14 
GeneralZipping in ASP/ file writing through Applet Pin
yogini7-Apr-03 2:23
yogini7-Apr-03 2:23 
QuestionHow to set the TIMEOUT property of WebClient class??? Pin
Small Rat6-Apr-03 16:08
Small Rat6-Apr-03 16:08 
QuestionHow to invoke a cilent side program through web? Pin
George24-Apr-03 1:51
George24-Apr-03 1:51 
AnswerRe: How to invoke a cilent side program through web? Pin
Philip Patrick6-Apr-03 1:36
professionalPhilip Patrick6-Apr-03 1:36 
GeneralRe: How to invoke a cilent side program through web? Pin
George26-Apr-03 15:23
George26-Apr-03 15:23 
AnswerRe: How to invoke a cilent side program through web? Pin
Stephane Rodriguez.9-Apr-03 5:59
Stephane Rodriguez.9-Apr-03 5:59 
GeneralRe: How to invoke a cilent side program through web? Pin
George211-Apr-03 18:47
George211-Apr-03 18:47 
QuestionHow to Install IIS MMC Snap-In on Win98 Pin
J. Dunlap3-Apr-03 19:53
J. Dunlap3-Apr-03 19:53 
AnswerIIS on Windows 98 Pin
Paul Watson3-Apr-03 20:21
sitebuilderPaul Watson3-Apr-03 20:21 
GeneralRe: IIS on Windows 98 Pin
J. Dunlap3-Apr-03 20:27
J. Dunlap3-Apr-03 20:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.