We have an ASP.NET 2.0 application that leverages Overlib and it works great except when we encounter pulldowns underneath the pop-out. It only happens on IE6...
Woochi, I don't know what you mean by "resorting to iFrames" but this problem is dealt with for IE5.5 and IE6 simply by importing the overlibmws_iframe.js...
I've posted this in a similar group: I've followed the instructions for setting up the program. The pop-ups work fine. But I am unable to change the font size!...
Most likely you have set a generic CSS font-size rule for the body or table elements, and that is determining the size. A simple way to override that in your...
thanks for your suggestion of putting the number in a single quote. Unfortunately that did not solve the problem. Thank you, Rick Horvath President -...
Rick, I did not suggest "putting the number in a single quote" but rather that you "use a quoted CSS font-size string as the parameter, e.g., TEXTSIZE,'12px',"...
Ok i have this problem i have a page with overlibmws popups and it works fine. And i have another page in a different host where i have a joomla site i use a...
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 overlibmws39;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...