I've use overlibmws for a number of years, but have never used the bubble styles.. I now need to use them and I'm not getting the images on, for example, the...
John, Right, OLbubbleImageDir is one of the "pre-init" variables explained in the section on pre-init variables for BUBBLE pop-ups, in the Command Reference...
... Yeah, sorry, my bad.. I did not read far enough on that page.. BTW FWIW... You might consider an example of the "pre-init".. I had to scrounge around and...
I was wondering if anyone had "Web2.0" any of the overlibmws's What I mean is having the ability to have nicer custom borders to any of the popups.. (In my...
John See: http://tech.groups.yahoo.com/group/overlibmws/message/1323 and the: http://www.macridesweb.com/oltest/roundedCorners_test.html "preliminary" support...
... Yes, I knew that and was not suggesting that technique at this time. (as nice as that would be...) ... Yes, that was where I was going to start.. I will...
John, You shouldn't have much trouble modifying OLdoRoundCorners to do what you would like for cases in which the content is a specified width and height by...
Hello all! I'm using a frameset with two frames, a "top" and a "main" below it. I have all the overlib code in the TOP and am using the "frame" with...
Mark / Donna, I set up a frame pair as you described in: http://tech.groups.yahoo.com/group/overlibmws/message/1364 and did some quickie testing with the...
thanks for trying! Interesting it works in all but IE; that's the most important to me. Ok, I understand the business so if you get more time next week and...
Mark, The problem is that IE, Safari and Google Chrome have incomplete support for the use of frame names as references (they do work as the parameter for the...
Fote, That did it! I tried using the frame name in quotes as in: parent.frames["top"]. But that wouldn't work; the call, as you suggested, must have the frame...
Hi, there guys! I am new in using overlibmws and I seem to enjoy using it. I bumped into this issue in which I cannot have multiple popups open at the same...
Mark, Ahh... You've jogged my memory about this kind of issue. The actual problem is that IE and the browsers using the AppleWebKit are still treating "top"...
Xerxes, The forced-closing behavior patterns for primary and secondary overlibmws popups is intentional, i.e., I depend on them in many of my documents with...
Thanks a lot Foteos!!! I have spent some time testing the functionalities ... I seems that there is no functionality for modals in the coolTip library. I sent...
Xerxes, Bob is often away on trips, but he reliably answers email questions on his returns home. He used to track overlibmws development closely and would...
James, IE gives inscrutable "Invalid Character" error messages if two or more .js files to be imported via script blocks are not found. Your mark-up has four...
Hi, I am using sticky popups with relative positioning to an image. On mouseover the image, I show the popup with image details. I need to be able to...
Saytha, The REF-based positioning includes X and Y justification by default (can be turned off via the NOJUSTX and/or NOJUSTY commands) such that the popup...
Greetings, I am an old Bosrup, overLib user and have also started to use some of your Macrides modfications at that time - years ago. Well, I am back at it,...
Are those other modules associated with the overLib script? Wonder if there is some kind of conflict? (don't know) Anyways, you can try; Adjusting your script...
For iframe popup content you also need to include TEXTPADDING,0 as shown for both examples in: http://www.macridesweb.com/oltest/IFRAME.html You can import...
Thanks Fote but TEXTPADDING, 0, along with BORDER, 0, was not it, but I found it. It was in the command in the iframe call: ... 'if1', 1 ... change to 'if1', 0...
David, The simplest way to deal with that for the Bosrup version of overlib that you are using is to put: if (o3_showingsticky) cClick(); at the beginning of...