Search the web
Sign In
New User? Sign Up
overlib · Discussions regarding implementing, using and developing overLIB.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12617 - 12653 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12617
Hi guys, I'm using overLib 4.21 from 2005, which started doing problems with the FF3. Any ideas where can I get the latest version?...
justaguy151
Offline Send Email
Apr 1, 2009
10:54 am
12618
I have searched the manual and the support on the site, but cannot get this to work. I wish to embed the Google Maps small iframe in a popup, but I can't get...
Michael Madrid
sprdty2k
Offline Send Email
Apr 10, 2009
6:24 pm
12619
... I used the "unofficial" positioncap plugin (http://overlib.boughner.us/plugins/positioncap_commands.html) and it worked for me using as the src the string...
Robert E Boughner
reboughner0718
Offline Send Email
Apr 10, 2009
7:54 pm
12620
... I had downloaded it and followed the instructions on implementing it, but it didn't work. I used the code you included, get nothing. I scoured your site...
Michael Madrid
sprdty2k
Offline Send Email
Apr 10, 2009
9:10 pm
12621
... Don't know what to tell you....
Robert E Boughner
reboughner0718
Offline Send Email
Apr 10, 2009
9:39 pm
12622
Hmm, it sounds like the object is not being cleaned up when the unload event is fired just prior to initializing the next document. I would play with the...
Kenneth Carter
kcarter7...
Offline Send Email
Apr 10, 2009
9:39 pm
12623
... because I'm an idiot, or because it should work? Am I missing variables for the function?...
Michael Madrid
sprdty2k
Offline Send Email
Apr 10, 2009
11:51 pm
12624
... OK. got it working. I followed the examples on your site and changed the page from a php to a html. that fixed it. Any idea on how to make it behave...
Michael Madrid
sprdty2k
Offline Send Email
Apr 11, 2009
12:27 am
12625
... Not right offhand. But glad you were able to get it to work finally....
Robert E Boughner
reboughner0718
Offline Send Email
Apr 11, 2009
5:37 pm
12626
... Michael, I was able to get it to work by 1) using an html file rather than an php file and 2) using the following call to overlib (watch word wrap): ...
Robert E Boughner
reboughner0718
Offline Send Email
Apr 14, 2009
3:23 pm
12627
... for some reason, I can't get it to utilize the * that you have at the beginning of the call. If I change that to '' it works. I still don't have the...
Michael Madrid
sprdty2k
Offline Send Email
Apr 14, 2009
5:00 pm
12628
... I found the issue. In my overlib.js, I had defined the width. I removed the entry and left it as blank. Shouldn't this allow me to define it on the...
Michael Madrid
sprdty2k
Offline Send Email
Apr 14, 2009
5:20 pm
12629
... The default value is '200' so even if you had specified a width it shouldn't have made any difference. Please post an URL to the page in question so that...
Robert E Boughner
reboughner0718
Offline Send Email
Apr 14, 2009
6:07 pm
12630
... www.enchantedjewelers.com/NewSite/contactus.html...
Michael Madrid
sprdty2k
Offline Send Email
Apr 14, 2009
6:12 pm
12631
... Sorry I don't see anything offhand that interferes with the width value from working as it should. The only thing that I can think of is that that there...
Robert E Boughner
reboughner0718
Offline Send Email
Apr 15, 2009
2:23 pm
12632
... Thanks for checking. You helped me get it going and that is a huge thing. I will check my css rules. Thanks again, Mike...
Michael Madrid
sprdty2k
Offline Send Email
Apr 15, 2009
3:17 pm
12635
I am using 4.22 and trying to anchor the menu using RELX/RELY as provided by a Prototype event. new Ajax.Request( url, { method: 'get', onComplete: function(r)...
Duncan Ferguson
duncan_j_ferguson@...
Send Email
Apr 17, 2009
4:14 pm
12636
Hi everyone. :) I am using overlib on my store site, and I am so frusterated with it It works great on one page, then when I use the same code on another page,...
Karolyn
kikisdragon
Offline Send Email
Apr 18, 2009
11:27 pm
12637
... Found a work-around - by including a null parameter: new Ajax.Request( url, { method: 'get', onComplete: function(r) { overlib(r.responseText, STICKY,...
Duncan Ferguson
duncan_j_ferguson@...
Send Email
Apr 20, 2009
11:04 am
12638
... Its not working on the "candles" page because you have these errors on that page: Error: overlib is not defined Source File:...
Robert E Boughner
reboughner0718
Offline Send Email
Apr 20, 2009
2:50 pm
12639
... What happens if you place the null parameter in another position in the call string? Also have you tried calling this procedure using the 'parameters'...
Robert E Boughner
reboughner0718
Offline Send Email
Apr 20, 2009
3:45 pm
12640
Oh wow you are awesome!!!! I can't believe I missed that. Just goes to show that when you look at the same thing a million times, it's soooo easy to overlook...
Karolyn
kikisdragon
Offline Send Email
Apr 20, 2009
5:14 pm
12641
... You're very welcome. Glad that I could be of help to you....
Robert E Boughner
reboughner0718
Offline Send Email
Apr 20, 2009
11:21 pm
12642
... In any other position I get the previous situation where the first REL command was honoured but not the second. Trying the parameters approach above...
Duncan Ferguson
duncan_j_ferguson@...
Send Email
Apr 21, 2009
3:34 pm
12645
I know that there have been previous posts on this, but so far, none of the solutions have worked. I can get all the overlib regular popups to work - but...
kerry8628
Offline Send Email
Apr 21, 2009
5:20 pm
12646
... That makes no sense to me. Do you have an URL of the page in question? I would like to take a look at this and see what might be going on....
Robert E Boughner
reboughner0718
Offline Send Email
Apr 21, 2009
5:48 pm
12647
... Take a look at the page http://overlib.boughner.us/plugins/bubble_commands.html and see if the examples on this page work for you? If they don't then...
Robert E Boughner
reboughner0718
Offline Send Email
Apr 21, 2009
5:59 pm
12650
Hi, Bob   Ah - I think that did it.  I also moved the file I was working on into the same directory as the overlib_bubble.js, so that the delivered path...
Natalie Hatch
kerry8628
Offline Send Email
Apr 23, 2009
2:27 pm
12652
How put html page into overlib popup box...
nesha.lazovic
Offline Send Email
May 10, 2009
12:34 pm
12653
... The easiest way would be to use the "unofficial" plugin called Position Cap Plugin. You can read about it at...
Robert E Boughner
reboughner0718
Offline Send Email
May 11, 2009
3:18 pm
Messages 12617 - 12653 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help