When content is updated using AJAX innerHTML it looses css style -- can someone help? our app: http://www.alislam.org/mta/schedule.html click on >> next >> or...
You have quite a bit of bad HTML, but your main problem is that you need a second li start tag following the first li end tag in the markup being generated by...
I have implemented a popup containing a list of links which is positioned relative to the current cursor position. It works fine in IE6, FF2 and Opera, but in...
Terry, Remove the: <div id="OverDiv"></div> which you presently have at the top of the body section, so that IE7 can properly create and manipulate the overDiv...
Thank you so much - it seems like it is always the little things that trip me up... I removed the div to let the script add it and it works fine now :-) Terry...
Terry, For backward compatibility with pre-existing documents it's OK when using overlibmws to have specified the overDiv positioned div (but with the style...
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...