You can observe this here: http://www.perfectfences.com/index-1.html Simply click on one of the four thumbnails at the bottom. I searched through the posts but...
IE treats the <select> element as active Window content and it will always be on top just like other active window content like Flash etc. The way to get ...
... Try the Hideform Plugin that is at http://overlib.boughner.us/plugins/hideform_commands.html I made changes in this plugin to correct some sizing problems...
Thanks for the answer Bob. I downloaded the updated plugin and I am now getting a javascript error on line 48: undefined is null or not an object. It seems...
Just as a quick follow up, I have left the problematic .js file on the server. You should be able to reproduce this with IE on your end with the link I...
... You've got to make sure that you also use the Core Module that is from my site. See http://overlib.boughner.us/plugins/overlib_commands.html because I've...
Has anyone attempted to convert Overlib to a Class Library or add Overlib functionality to an existing library (such as Mootools -> http://mootools.net)? I've...
Hi there, I have multiple Overlib popups on a single page, and one in particular that I'm making STICKY. I'd like that STICKY popup to never be dismissed when...
... Yes, include the Exclusive plugin that is part of the distribution and use the EXCLUSIVE command with that STICKY. That popup will then stay around until...
I messed with overlib on a fresh html page. i had it all working and then i took all of it and intigrated on an existing php page and now the popups come up...
... If you want any help on this then you'll have to post the URL to the source page so that we can look at it. Also in which browser is this occurring for...
... I see what you mean. I also notice that you're making reference to another script on that page (tiny_mce.js) which is referencing the onmousemove event...
... working and ... and now ... anything like ... source if ... to the ... is this ... for ... here ... i tryed your suggestion and i dont see any change. The...
Hi - I just installed overlib, and have a popup that contains several html links in it - (STICKY,CLOSECLICK) are among the attributes for the overlib call. Is...
... html ... is ... you can try adding an onclick event to the urls. ie. <A href="linktomypage.html" onClick="return cClick();">link</a> i havent been using...
... The easiest way would be to add onclick="cClick(); return true;" which would first close the popup then take the user to the href of the link. The return...
... Yes, I can see what you mean. I notice that the non-working version has the script loading reversed as I suggested but popups still go away after clicking...
... <snip> ... If I'm not mistaken what happens when your code goes through this sequence of steps: <?php do { ?> ... <?php } while ($row_Employees =...
... I understand that the PHP code is executed server side before it gets to the client so I'm at a loss as to why your popups don't stay around longer. Sorry...
Im trying to make a Calendar with Overlib. When move the Pointer over a certain Date, a Overlib- PopUp appears with the Facts about an event and its...
... When I looked at the referenced page in Netscape 7.2 on a Windows XP Professional machine, the only overlib popups that I ran into did not have any errors...
Thanks for your post. I already tried to escape the texts with htmlentities and htmlspecialchars. But when i recall correct i had a similar problem, when the...
... I really can't answer that question but I would take the approach that if it is suspicious then go ahead and escape it to be on the safe side. Bob...
... wrote: <snip> ... For some reason your popups are going away because everytime I click on a pencil the popup appears briefly and the page reloads (which I ...
Ok, i just escaped everything, but still getting "unterminated string literal at line xxx" (In Firefox and Internet Explorer). I just added an Output of the...