Walter, You apparently have a race condition between the initial creation of the div with id='modalMask' and actions on it via the overlib call, versus the...
Thank you Fote. I had already tried with the setTimeout. I just wanted to simplify the code for clarity. Got up to 5 seconds and without the toggle, as I don't...
It works indeed! Thank you. A little bit choppy though due to the fact that I am applying a setTimeout of 50 millisecond to overlib. iIt looks like this: <div...
Actually Fote, if I could close the popup without touching modalMask, then start the olibFade, do you think I could overcome the "choppiness"? ... fact ... ...
Walter, I'm not adequately clear on what you are doing at this point in conjunction with the Spry framework and the functional daisy-chaining to the cClick...
Walter, See: http://tech.groups.yahoo.com/group/overlibmws/message/1049 and its example: http://www.macridesweb.com/oltest/roundedCorners_test.html for...
Hi, Im having a weird error... when Im trying to display a normal popup with drag option. But the problem is only with safari 3.1.2 If I refresh the page and...
Hi Fote -- Long time no troubles here in my overlibmws world. Now this: we have a map made in-house using Google maps. I embedded it in an IFRAME. Works in FF...
Russ, I haven't tried to figure out what in your WRAK script is causing the error message or how the error and/or your IE conditionals might be causing the...
After much gnashing of teeth, the removal of a tiny bit of offending code allowed the Google Map to run in an IFRAME called by Overlibmws: Removing "overflow:...
Russ, Although that's an effective workaround, I think you want to keep the overflow:hidden for the body element. Instead, you have bad markup further down in...
But Fote, I do want to fix the real problem ... when I was debugging all day, I completely deleted the entire conditional thing for IE, and the problem was ...
I can't thank you enough for looking at that page, Fote, you were right! The BODY overflow is not the issue it was using 'body' where 'documentElement' should...
Russ, Note that simply getting rid of the <!--[if IE]> section didn't fix the problem because you need that conditional to use clientWidth and clientHeight for...
Hello everyone, I new to coding and have been working on this problem for quite some time now. I have been tasked with reverse engineering a web based program....
I assume your showcall function with the overlib call is in a script block in the head section or in an imported .js file for the document being created by...
Fote, In IE only, I thought (with your help) I had this solved, but I noticed today that the map won't zoom properly (nor can you use the "overview" window in...
Russ, Your bottom frame has an html {overflow:hidden;} rule and that prevents me from accessing "Show a Map" to see what you are trying to describe. I also...
Thanks for scanning it, Fote! It is used on PCs in small museums, running at resolution of 1280x1024, and the overflow:hidden was just added a few days ago for...
Russ, Since it worked as intended with Firefox, the problem probably is that the Google map's GEvent.addListener function is not taking into account the...
We have an ASP.NET 2.0 application that leverages Overlib and it works great except when we encounter pulldowns underneath the pop-out. It only happens on IE6...
Woochi, I don't know what you mean by "resorting to iFrames" but this problem is dealt with for IE5.5 and IE6 simply by importing the overlibmws_iframe.js...
I've posted this in a similar group: I've followed the instructions for setting up the program. The pop-ups work fine. But I am unable to change the font size!...
Most likely you have set a generic CSS font-size rule for the body or table elements, and that is determining the size. A simple way to override that in your...
thanks for your suggestion of putting the number in a single quote. Unfortunately that did not solve the problem. Thank you, Rick Horvath President -...
Rick, I did not suggest "putting the number in a single quote" but rather that you "use a quoted CSS font-size string as the parameter, e.g., TEXTSIZE,'12px',"...