Hi Fote - it's me again, I'm afraid! I've just noticed that in those of my sticky pop-ups in which the main pop-up text ends with a link, (and note that these...
Hi again Fote I've just discovered that I don't get the problem if I use the old overlibmws distribution in place of the new one - see my mock-up at ...
Dave, A workaround I added in April for an IE CSS bug brought out that overflow bug in Fx2. It's fixed in the Fx3.0 release candidate, but I tweaked the...
What and where do I place all of the commands I need to make a quotation bubble popup? I've been to the web site: http://www.macridesweb.com/oltest/ but I'm...
Eddie, Import the core module (overlibmws.js) and bubble plug-in (overlibmws_bubble.js) via script blocks in your head section. Then, within the start tags of...
Dear Fote, I think I'm having the same confusion as Eddit. It was hard to distinguish between your text and your code when I used "View Source" on your...
Reverend Su, If the bubble images are not in the same directory as the HTML file, then you need to define the OLbubbleImageDir pre-init string variable for...
Hello again! This is Eddie. I'm glad I'm at least talking to someone; so let me get right to the point. This is what I have tried so far: <html> <head> ...
Eddie, You copied the OLbubbleImageDir definition which was appropriate for Reverend Su, but I doubt it has the path to where you placed the bubble images. It...
About a two weeks ago I had upgrade my overlibs code to fix an IE7 problem. We just discovered in Firefox and IE6 that the "window" is now "half width". ...
John, The Fx3.0 release candidate doesn't have the problem, so if you update to the most current (2008-06-02) overlibmws.zip distribution, that has a...
Eddie, If /user1574686.sites.myregisteredsite.com/html/sitebuildercontent/overlib/ really is the path, then you also need to insert it before the overlibmws.js...
Eddie, You need to break out the zip file and then load those files to the server. Then you need to modify the src values in those script blocks so that they...
I would like to use the calendar popup from within a current overlib popup. I believe that this could be accomplished by adding an optional parameter to the...
I've added an example for using calendars in secondary popups to load dates into a form within a primary popup in each of the six support documents beginning...
First excuse my English . In http://www.macridesweb.com/oltest/overlibmwsPHP.html I can show data from mysql, but I like get many columns to show in my web...
Agnaldo, In the overlibmwsPHP.html example, if the php scripting gets past the two error checks, it proceeds to the while loop for generating a table with one...
I presume you want to do this with a STICKY popup, in which case you can daisy chain the refresh with the cClick function, gated via a LABEL. Place this in a...
New question, two actually. The first to do with using an image as a close button. I have a script "rollover.js" which allows me to use <img src='' srcover=''>...
I don't follow your first question. You can use an image instead of the default string "Close" for the close link/button in CAPTIONs of STICKY popups via the...
The modal works very nicely :D Is there a way to have the popup closed if someone clicks outside of it on the modalshield thing though? And.. as for the close...
To have the MODAL popup close if the user clicks on the shield, in the script block where you did the cClick daisy chain add this function: function...
It's all working great now. Thanks for all your help :D ... the script block where you did the cClick daisy chain add this ... call. ... of it on the...