The website can be viewed here: http://www.lasplash.com/test_tb.php My call to OLgetAJAX boils down to this (first url truncated to get rid of excess php...
First, you should believe me that the 2nd argument of the OLgetAJAX call must be the function reference, and then act on that belief. :<) In this case, the...
Thanks so much for your help. Following this fixed my problem. In regards to validation, I completely agree. The site is essentially spaghetti code at this...
Jon, Your are correct that there is no problem for any browser if a wrapper function for an overlib call, such as your showPopup(), is invoked via the onload...
I'm just getting started with overlibmws, and I'm presently trying to use it on a page which leverages Yahoo's grids.css package for cross-browser multi-column...
Hmmm, I think this wasn't a problem with overlib at all, but rather a byproduct of elements of another tooltip solution not having been completely removed from...
Rick, Welcome aboard!!! I haven't used the Yahoo grids.css columniation feature seriously, but I got the library via: http://developer.yahoo.com/yui/grids/ and...
Thanks, Fote. We already found that we needed to set the text-align in our CSS, and we have successfully begun to integrate overlib into the prototype of our...
Hello, I am using overlibmws to display a php page via iframe. I have a pretty straightforward question. My php page showing in the iframe is an input form,...
Has anyone experienced difficulty with Select dropdowns getting hidden under IE6 when rendering them in a modal popup? The code that I am using to render the...
Mike, The public function for closing primary popups is cClick(). The core module in the parent of your iframe content invoked the primary popup in which the...
Jon, The select boxes work fine in MODAL popups with IE7, which finally handles select boxes as governed by z-index values (as the other supported browsers...
Hi Foteos In this link http://www.iris.edu/aed/content/compareGlobes.phtml my overlibmws popup (activated via the lightbulb) has the obvious problem of popping...
PS. Sorry I just realized I already asked this question 3 weeks ago, but you I think you didn't understand the question. If you try the page (sorry if you...
Russ, Actually, the problem is that you have not yet understood my answer in: http://tech.groups.yahoo.com/group/overlibmws/message/860 Perhaps it would help...
I updated the overlibmws.zip distribution at: http://www.macridesweb.com/oltest/ to handle any select boxes within popup content properly across all versions...
Ahhh I see what you mean. I will try it when I get back (I'm traveling now). If I am no longer cursor-based then I imagine that the popup will no longer move...
Russ, For non-STICKY popups, cursor-based positioning maintains the popup at some position relative to the cursor, with a default of RIGHT, BELOW, and so the...
I have a big problem, I'm trying to have a custom sized caption to an overlib pop up...so I need to have a center Title /center spaced vertically middle. ...
Beautiful It worked like magic!!! I always tried to avoid CSS but I see now that I was wrong! One pbl to solve now ...I have the pop-ups justified and centered...
Alex, Under the simplest conditions, the width of popups is set by WIDTH, which if defaulted is 200. If you are getting "page wide" popups, you must be using...
Hi Fote! I have an imagemap with up to 800 circles and polys each of which invokes an overlib call. Because they are so dense (the entire image is covered) I...
I just realized my tt() wrapper, if passed "1", does an nd() call, so I can use "tt(1)" in place of "onMouseOut=nd()" and that saves considerable HTML total...
Russ, If you temporarily add border="1" to your image so that you can see its actual edges, which you otherwise can't because the areas outside the globe are...
Frank, Use: <img alt="An appropriate alt string" title="" . . . /> to prevent IE from displaying the alt attribute value as a tooltip. All modern browsers...
Hello again, I want to put an image in the caption and to have the text (usually one line) symmetrically align <center> My image goes up one line and the text...
Alex, I assume you are still using CGCLASS with a text-align:center; rule for horizontal centering of the caption and any image it contains, such that you are...
Adrian, That bug was fixed as of March 10, 2007. See: http://www.macridesweb.com/oltest/changeHistory.html#bottom Make sure that you in fact are using the...