Dear all: Â Greetings from the Island of Palau. Â I am in need of assistance in my OverLIB project. Please review the attached Divemap Project.pdf file and...
Dear All: If you aren't able to view the pdf file please send me ymessenger to my id, mlucazi7@... and I can send it. I am working using Dreamweaver, and...
... You don't say what your problem is but if what you have here is what you've got in your page, then I assume that the popup is not being shown. That could...
Hello, I would like to make a popup that show a menu inside. All works fine, but, I cant make that the popup close when the mouse go out the popup .... Hello,...
Francisco Javier
fmorales_htw@...
Feb 9, 2009 12:03 pm
12584
... Please post an URL to the page in question so that we can see your code....
... works fine, but, I cant make that the popup close when the mouse go out the popup .... Hello, How can I do it? Can I close a popup with sticky ... without...
my popups work great when using any browser other than IE. for some reason once I start scrolling down the page the alignment of the popups in IE keeps getting...
I was experiencing the same issue when I switched to IE7. The following is what I put in overlib.js that fixed my problem. Hope it helps you. // Decide...
... thanks for the quick response. hmmm....I replaced the overlib code for //Decide browser version down with the code you mentioned but everything still looks...
... <snip> ... Your problem is that you're using an old version of overlib (the function drc is no longer used and was dropped when version 4.0 was released)...
I noticed there was a CSS plugin that you could pass some CSS styles, but is there an easy way to apply CSS classes from stylesheets to the overlib popups? The...
... You're running into a problem that a lot of folks have encountered. A normal overlib popup is made up of at least two, and sometimes three, nested tables,...
... It works for me. Make sure that your first argument to overlib is all on one line. Or post the URL to the page in question so that we can see what you're...
I can confirm that Firebug causes problems with overlib positioning -- particularly the STICKY and CLOSECLICK options. With firebug on, those options don't...
Hello, I try to make a transparent background without any success. I would like an animated gif to popup. The animated gif was crated using this site : ...
Hi all, I'm new to OverLIB and am wondering how to change the appearance of the hot words which trigger a popup. The default blue underlined is distracting in...
... Kris, The behavior you're seeing in IE6 (and also IE7) is expected. An overlib popup is made up of at least two or more nested tables and the rule "width:...
Lathrop, If I understand you correctly, you want to change the appearance of your hyperlinks. This can be done with CSS and has nothing to do with Overlib. Try...
Jeff
jeffshead@...
Mar 25, 2009 11:16 pm
12604
Jeff, thanks for the pointer to CSS for changing colors and decoration of the links. I was barking up the wrong tree. The tutorial at echoecho was all I...
I have recently downloaded the dashCommerce 3.1 and I was expermimenting with the content management system to add webpartzone region with a simple webpart. ...
... Ken, 'over' is object that holds the content of an overlib popup. OverLIB doesn't capture the onclick command at all but does capture the onmousemove...
when overlib is not enabled on the page. the javascript that is referenced by the webpartmanager attachs on the onclick event of the webparts verb menu. when...
... Ken, Try the version of overlib at http://overlib.boughner.us/plugins/overlib_commands.html to see if that helps you out. The latter version is 4.23 and...
What is the correct syntax? ...return overlib(a href=\'123.html\'><[LinkName]>... works correctly, but I want 123.html to open in a new window. However, every...