Andrew, Thanks for this post! I've been pulling my hair out trying to locate the problem with overlib on Internet Explorer 5 for Mac. As it turns out, it looks...
491
email@...
Mar 1, 2001 12:10 pm
Has anyone developed a solution with alternate popup content? I'm trying to devise a way to allow users to select a language (French or English) for my popups....
492
Stuart Hawkins
srh@...
Mar 1, 2001 12:51 pm
I guess a good place to start would be to create two external js files containing the popup content in arrays (see message board re: how to store text in...
493
email@...
Mar 1, 2001 12:54 pm
Andrew, A p.s. to my previous post. The W3.org URL and/or DOCTYPE tags may not be the only problem with overlib in Internet Explorer 5 for Mac. I just went...
494
Alex Marino
AMarino@...
Mar 1, 2001 2:23 pm
To make overLib work with imagemaps ?? New to this group and overlib. . . TIA, To unsubscribe from this group, send an email to: ...
495
Gerard J. Pinzone
gerard@...
Mar 1, 2001 2:30 pm
Yes. I do it all the time. Once you make your image map, treat it like a regular hyperlink. Put the onMouseOver and onMouseOut statements next to the href...
496
Alex Marino
AMarino@...
Mar 1, 2001 2:56 pm
Gerard, Thanks for your prompt reply. Would you mind sending me the code for one of the imagemap rollovers to get me started ? thanks, alex ... Yes. I do it...
497
Gerard J. Pinzone
gerard@...
Mar 1, 2001 3:07 pm
Here's a real quick example. If you plan on making the hotspots link to somewhere, don't include the onClick statements: <p><map name="FPMap0"> <area href="#"...
498
Robert E. Boughner
reboughner@...
Mar 1, 2001 3:19 pm
... Another way that you could go about it is along the lines that Stuart mentioned in his reply to your post. I would use the INARRAY and CAPARRAY arrays but...
499
Alex Marino
AMarino@...
Mar 1, 2001 3:42 pm
Well, I got it to work . . . sort of. The problem I have is that this particular page has a couple of layers and the image map lives in one of the layers that...
500
Clouin -x- Paschall
email@...
Mar 1, 2001 4:09 pm
Stuart & Robert, Thanks for your suggestions. I think I'm more comfortable with Robert's idea, using the arrays directly in overlib.js since my popup content...
501
Stuart Hawkins
srh@...
Mar 1, 2001 4:52 pm
Re: Cookies I would say yes. I have seen other methods suggested, but cookies are designed to record and retrieve user preferences so why try to "re-invent the...
502
Rasqual 2010
rasqual@...
Mar 1, 2001 4:57 pm
... Try this: <script> /********************/ /*** CONFIG_START ***/ /********************/ // CONSTANTS var ENGLISH = 0 ; var FRENCH = 1 ; var...
503
Robert E. Boughner
reboughner@...
Mar 1, 2001 7:05 pm
... Generally yes. However if you're using overlib within a frame environment you can store a javascript variable within your framset document which all pages...
504
Beardsley, Suzanne
suzanne.beardsley@...
Mar 2, 2001 11:16 pm
Does anyone have a version of overLib that works in NN6? Thanks, Suzanne Beardsley 916-356-9411 Intel Corporation IT Consulting and Programming Resources...
505
Conyers, Dwayne
dwayne.conyers@...
Mar 2, 2001 11:23 pm
Robert You are a TRUE genius. My hats off to you! Thanks a million! d.c. www.dwacon.com...
506
EdgeX
edgex@...
Mar 2, 2001 11:25 pm
Hi I am having a problem with the frame aspect of overlib my url is http://plaza.powersurfr.com/uncultured/ the frame cuts off the popup. The fram I want to...
507
Beardsley, Suzanne
suzanne.beardsley@...
Mar 2, 2001 11:29 pm
I guess I just didn't have the latest version of overLib....
508
Robert E. Boughner
reboughner@...
Mar 3, 2001 12:36 am
EdgeX wrote: Hi I am having a problem with the frame aspect of overlib my url is http://plaza.powersurfr.com/uncultured/ the frame cuts off the popup. The fram...
509
EdgeX
edgex@...
Mar 3, 2001 1:25 am
Hi I think I understand what you are saying. But I dont get "FRAME, parent.frames[1]" What does this mean? Thanks...
511
Robert E. Boughner
reboughner@...
Mar 3, 2001 2:42 am
EdgeX wrote: Hi I think I understand what you are saying. But I dont get " FRAME, parent.frames[1]" What does this mean? Thanks I assume that you want your...
512
EdgeX
edgex@...
Mar 3, 2001 3:32 am
Thanks huge. I will test that out right now....
513
grendelshitsuren@...
Mar 3, 2001 7:44 am
Hello, thank you for your answer... well, I was working on the page lately, the newest version is always at http://www.iroke.de/template.html ... Netscape 4.73...
515
Robert E. Boughner
reboughner@...
Mar 3, 2001 3:12 pm
grendelshitsuren@... wrote: I haven't taken a good look at what you've done here but I have looked at it in IE5.01 and in Netscape 4.x and NS6.0. It...
516
pcinquin@...
Mar 5, 2001 9:46 am
I have contracted a form with the popup help on the field labels using overlib. For Netscape 4.7 I have had to make these labels into links. I'd like to use...
517
Don Faust
don@...
Mar 5, 2001 3:07 pm
Try adding tab = "-1" to the anchor tag Don...
518
pcinquin@...
Mar 5, 2001 3:47 pm
I presume you mean the tabindex property. Thanks but that doesn't work with NN 4.7. Don Faust <don@...> on 05/03/2001 15:07:24 Please respond to...
519
kumar_jayant@...
Mar 5, 2001 5:57 pm
hey just try giving the background color as black, you wont see the black color <A HREF="javascript:void(0);" onMouseOver="return overlib('This is just a...
520
Russell Hewitt
russell@...
Mar 6, 2001 3:36 pm
****************** Virus Warning Message (on mail.netgates.co.uk) Found virus VBS_KAKWORM.A in file noname The uncleanable file is deleted. ...
521
Gerard J. Pinzone
gerard@...
Mar 6, 2001 4:26 pm
Hi again, There is a MUCH simpler way to do this. If you want to ensure a string of text won't break, just enclose the string with <nobr> </nobr> tags. I...