Hello again, Many revisions to the site and now I've run into a problem with by login bubble routine. I've set a conditional that determines which <body>...
Hello, I solved my problem by embedding my HTML <body> markup in my php conditionals. I knew I already had the overlib function working, what I needed was to...
Ellinika, Fote, I've got a page where I'm using javascript to essentially save form data before it is submitted in a cookie array. The call to the save data...
... I've got a page where I'm using javascript to essentially save form data before it is submitted in a cookie array. The call to the save data function is...
... . . . will the overlibmws bubble superimpose over a .swf movie. It works fine in Internet Explorer but not in Firefox, imagine that! I've played with the...
John, Oh, the problem has a simple explanation. IE uses the object markup for flash and in that you have a param element which sets wmode to "transparent" but...
Fote, Just figured it out. I left the embed wmode markup out. Saw this reply and noticed you found the same error. As for the other issue with the conflict....
Fote, After you helped me solving the last two issues on my form pages I noticed a problem in IE with my input, select, textarea attributes. I have a style...
... From: docdudeus . . . As for the other issue with the conflict, I removed the return [token] and now both functions are fired off. For my own education why...
Fote, Makes sense now. Thanks, John [:D] ... [token] and now both functions are fired off. For my own education why is the return not necessary for an onload...
John, The value of an onload attribute in the body start tag will replace any pre-existing window.onload declaration. You can assign a name to your present...
Fote, I renamed the function and set it to load with the onload in the <body>. As you stated below the window.onload is overwritten by the body onload ...
... From: chosenone333 To: overlibmws@yahoogroups.com Sent: Friday, February 24, 2006 4:26 AM Subject: how to redraw shadow of primary popup when popup size...
... changes and second. is on? ... can i keep the shadow to be of correct size? ... what is going on. Please elaborate, and ideally provide a URL to a ...
Here's a javascript function that you can call from within a secondary popup to resize the shadow of the primary popup. It assumes that you have imported...
1. I want to send the <%# DataBinder.Eval (Container.DataItem,"Description" %> to the call of overlib function When I want to return to HTML Design, I got the...
Hi all, I am new to this library, and have been stumbling around the documentation to build a working example. Simple popups are indeed a simple thing to...
Hello, The popup from the command below pops up on the click but does not disappear when I mouse off the clickable area until I mouse over another active area...
Boris, Take a look at the support documents via: http://www.macridesweb.com/oltest/ concerning "php/mysql db content & quoting" Basically what you need to do...
You are not making the popup STICKY (even though NOFOLLOW may make it seem that way), so you need to include onmouseoff="nd();" for it to close on mouseoffs. ...
Erich, This is a tough one. The basic problem is that you are including the script block with Google Maps code within the string definition for myText, and so...
Hi there, Thank you for the tips. I implemented your suggestion, but it failed to make a difference. In the doGoogleMaps() function, I decided to put in an...
Please disregard my last post - your suggestion worked just fine. I just happened to have an erroneous return statement in there... Too late, and not enough...
... If you don't want that behavior, you have to remove the onmouseout="return nd();" code from your link. -- Erich Beyrent ... http://www.beyrent.net...
Erich, Yes, I see from your test page that it is working amazingly well. I added to my todo list to include a demo of Google Maps content for popups in the...