Hi I'm a newbie to overlib and find this very interesting. What I'm trying mimic google calendar, a hybrid of both bubble and sticky. But, I'm facing some...
Ramesh, Any of the four basic positioning methods can be used with STICKY popups: 1) cursor-based (which appears to be what you are seeking, and is the...
Karla, Your XMLHolder function sets up the two arguments for its PROCXmLXsLView function call as simply the names of an .xml and an .xsl file, not as complete...
Hi Foteos, Thank you so much for your advice. I intend to go through my code and make all the alterations you suggested. I was afraid that the problem would...
Walter, To close an iframe popup from within the content of the iframe document you simply invoke "return parent.cClick();" so that the overlibmws code that...
To close an iframe popup from within the content of the iframe document you simply invoke "return parent.cClick();" [Walter Conti] Thankyou Fote. The page...
Hi, congratulations for your huge work in this area! Being not skilled in programming, I'm puzzled when facing unexpected and not controllable errors... :) At...
John, The problem for: http://pippoz.50webs.com/index.html with the longer string versus the shorter string in: http://pippoz.50webs.com/index2.html is that...
Thanks Foteos, the solution works gret. I leave the tests on the website for someone interested. John ... of a BUBBLE popup and taking into account the default...
I have this code. <td><div align="center" class="style11"><a href="javascript:void(0);" onMouseOver="return overlib(OLiframeContent('kalendar/1.html', 300, ...
The simplest way to increase the height of the caption is to increase the value for the CAPTIONPADDING command. Otherwise, since you are using CSS via the...
Then decrease the value for the CAPTIONPADDING command, and / or for line-height in your CSS instead of increasing them. That really should have been obvious...
Greetings all! I am downloading almost all of the .js files pertaining to overlibMWS. Would it be of advantage combining them in a single .js? When .js...
Walter, If I might paraphrase your question, your documents typically have script blocks for importing the overlibmws.js core module plus a large number of...
Internet Explorer cannot open the Internet Site http://127.0.0.1/... Operation Aborted My page creates an errorMsg variable at some point which I am capturing ...
Hi all, I am trying to use overlibmws to display a popup div which contains the result of an AJAX request via the Prototype library. Using some code that Fote...
Erich, I think you want to add overflow:auto; to the style of your myProfilediv. See: http://www.macridesweb.com/oltest/overflow.html Fote -- ... From: Erich...
Is it possible to have the overflow scrolling and maintain the ability to drag the div around? When you grab the scrollbar and drag down, the div moves...
Right you are. This is my devel server, and the work I am doing here is only partially complete. It was a big step just to get the content displayed in the...
Erich, I just got your message, while I was writing this one, that you got around the "cursor gets locked on scrollbars" problem by using Smarty. Could you...
Fote, I should also note that I did look at the documentation that you provided at http://www.macridesweb.com/oltest/overflow.html, but none of those examples ...
Erich, Sorry, I should have been more clear. Immediately below the material for the iframe popup in the overflow.html file is: Review more iframe examples. ...
Wow - very cool. Your Google Maps integration is pretty slick too - a little nicer than what I had done on my site. I'll take a look at this documentation,...
Hi Erich/Fote, You guys give me such great ideas. Fote, Erich is right your AJAX/Google solutions are great. Just wanted to say thanks. Mike San Jose Skate ...
I have added ajaxcontentmws.js witb OLgetAJAX(url, command, delay, css) for using the XMLHttpRequest object and AJAX with overlib and overlib2 popups, to the...