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...
Fote, Thank you! Works likes a charm. I had previously tried cClick(); on its own in that location but found that I often got a null error - obviously...
David, I'm glad to have been helpful. For overlibmws users, note that the global is intended to be a permanent public variable, always available for use in...
I have been using some version of overLib for many years. I hit a wall today. I have overLib stuff on most every page we have and today I added some overLib to...
KG, You've renamed it overlib.js but your www.SEWP.nasa.gov site is using overlibmws.js so you're in the correct support group. The support document set can...
Yes I still call it overLib but use the advanced OLmws, easier to change the pkg name than change all the pages. All my new stuff is on DEV server unavailable...
KG, Near the bottom of the document and inappropriately within a div rather than as a direct child of the body you have: <div id="overDiv"></div> and in your...
Need some help, I am attempting to add an image to the popup in the following manor. But the Image Will Not Display. Everything else about the script works,...
The close-double-quote is missing for the src attribute value. Fote -- ... From: llppro2 To: overlibmws@yahoogroups.com Sent: Tuesday, June 16, 2009 12:40 AM ...
Hello there. I am trying to add multiple links in the overlib Sticky and the sticky is in a image map. I have managed to add the code to a image map with text...
I have a sticky popup that opens on right click, like a context menu. Within the popup, I have links. When a user click a link, I need to be able to run a...
Your test markup (below) with that oncontextmenu event attribute value works fine when I try it with IE, Firefox and Safari (Opera doesn't support an event by...
Im experiencing an issue with roundcorners under ie8 code here <pre> ... background="images/question_off_no.gif" style="background-repeat : no- repeat;"...
Ben, I don't have IE8 installed so I can't check out the problem quickly, but from your "Picture 8" it appears the problem actually is that two transparent...
No, I don't get the bands under the links you sent. Not sure what is different with my calls to overlib, can you see anything wrong in the sample I sent....
Ben, I don't see anything wrong in your overlib sample. If you don't get the inappropriate bands when you use IE8 for the roundcorners popups in the...
Ben, That meta tag is just a quickie workaround for documents which display fine with IE7 but have an as yet unknown problem with IE8. It blocks the CSS 2.1...
I have created a modal popup loadin data with AJAX to give the user a fomular. And now I have the problem, that for all input fields no blanks and no arrow...
Hi, Ok, I removed the meta tag and updated to the files in the overlibmws.zip good news, it works ;-) Thanks ... Ben Johansen http://www.webspinr.com ...