If anyone tried to look into the links of my previous post,my site was down for the past week or so. It's now up and running again. My previous post was...
12426
Uld
uldmail@...
Jul 9, 2008 12:54 pm
Hi, I'm using overlib, v4.21, it's a very nice piece of javascript, love it! I recently made some modification on my website and I begin to use some overlib's...
12430
Robert E Boughner
reboughner0718
Jul 18, 2008 2:40 pm
... Take a look at either the Simple scroll or Follow Scroll plugins which I believe will do what you want....
12431
mel.laycock
Jul 19, 2008 3:05 pm
Hi folks, I've just started using overlib and it seems to work fine when I have small amounts of text. However, if I increase the amount of text to display, I...
12432
Robert E Boughner
reboughner0718
Jul 19, 2008 8:55 pm
... There isn't any line limit or character limit that I'm aware of in overlib. Don't apply the WRAP command with large amounts of text because the utility...
12433
Tracy
jockoe28
Jul 21, 2008 2:41 pm
I've searched the group messages and the overLib documentation and cannot find an example I can make work. Can someone provide an example that works? (That I...
12434
Tracy
jockoe28
Jul 21, 2008 2:48 pm
This is what I came up with. <a href="javascript:void(0);" onmouseover="return overlib('My dentist\'s band<a href=\39;http://www.flauntband.com/\'>Flaunt</a>', ...
12435
Tracy
jockoe28
Jul 21, 2008 6:37 pm
I was able to figure this out finally. The code I used was... <a href="javascript:void(0);" onmouseover="return overlib('My dentist\'s band: <a ...
12437
saiyh
Jul 31, 2008 12:20 am
Hi I used overlib for popup and displaying the popup, but on the home there are flash images and flash images are overlaing the pop-up. I sthere any way to...
12438
Sunkavelli, Sai M (Sa...
saiyh
Jul 31, 2008 2:15 pm
Hi, I am using overlib for pop-ups and when the pop-up is displayed on home page the flash images on the home page were being displayed on top of the pop-up....
12439
Robert E Boughner
reboughner0718
Jul 31, 2008 3:03 pm
... Flash elements, like some form elements, will always rise to the top and display over top of your overlib popups. See the following page for a possible...
12443
Sunkavelli, Sai M (Sa...
saiyh
Aug 3, 2008 9:38 pm
Hi Thanks for the info and able to resolve the issue to a certain extent and still have issues with firefox3/safari and font not being bold on firefox2. Any...
12444
jackdaniels1970
Aug 5, 2008 7:38 pm
I was recently put in charge of a high level ecommerce site that utilizes overLIB and would like to make better use of it. The issue is that the things I'd...
12445
Robert E Boughner
reboughner0718
Aug 5, 2008 9:30 pm
... Which version of overLIB are you using? The later versions have a RELX/Y which will position a popup relative to the browser window (either top,left for...
12446
jackdaniels1970
Aug 5, 2008 9:39 pm
... Currently I'm using 4.21. I tried the RELX/Y but I need the overlays to be relative to an image map. Here's a copy of what I sent to Erik earlier today; ...
12447
Robert E Boughner
reboughner0718
Aug 5, 2008 11:22 pm
... Take a look at the Centerpopup Plugin which will center a popup relative to the center of the browser window. It can also be used with an X/Y offset to...
12448
jackdaniels1970
Aug 6, 2008 12:05 am
... Thanks Robert. This should do the trick. I'll see if I can't get IT to deploy it so I can test with it. Best Regards, -Eric...
12449
jackdaniels1970
Aug 6, 2008 12:31 am
... I spoke too soon. I need something that keeps the Y absolute to the page but allows the X to adjust to an offset relative to the center of the page. This...
12450
jackdaniels1970
Aug 6, 2008 11:38 pm
... OK. I think I solved it. I found a modification here that looks like it will fit my needs. Thanks again for the help Robert. ...
12451
Robert E Boughner
reboughner0718
Aug 6, 2008 11:41 pm
... precisely. See ... http://overlib.boughner.us/plugins/centerpopup_commands.html ... There isn't anything in overLIB that will take that combination of X/Y ...
12452
Robert E Boughner
reboughner0718
Aug 7, 2008 3:01 pm
... That approach is very similar to the commands that are contained within the Anchor Plugin command set. Please advised that you really can't mix the...
12453
Chris
siblingchris
Aug 8, 2008 12:11 pm
Hi there I have been building a HTML Application (HTA) and using overlib. It seems like maybe HTA does not support filters and OPACITY, therefore some of the...
12454
Chris
siblingchris
Aug 8, 2008 12:46 pm
... FADE ... to ... OK sorry - I think I sorted this out for myself - sorry if this has cropped up before but I was struggling to find reference to it I did...
12455
Chris
siblingchris
Aug 8, 2008 2:21 pm
... that ... some ... went ... has ... with ... little ... Again another simple fix to the HIDEFORM plugin :) Look for the function backDropSource there is one...
12457
Peter Suter
peter_suter
Aug 14, 2008 10:01 am
Hi, I need to run a javascript function when the user clicks 'close39; (using CLOSECLICK). I've tried intercepting cClick but made a mess. Any help would be...
12458
tanukiruc
Aug 16, 2008 8:36 am
hello. I think I had a problem with my mail so I ask my question here again. So, I know it is possible to write php in overlib as I already do that. But I...
12459
Robert E Boughner
reboughner0718
Aug 18, 2008 3:12 pm
... Have you taken a look at http://overlib.boughner.us/PHP/overlib_wlink_PHP.htm which deals with a similar type of problem?...
12460
Robert E Boughner
reboughner0718
Aug 18, 2008 3:24 pm
... If you're using a version 4.xx version of overlib there are hooks already built into the hideObject function that enable you to call your function either...
12461
tanukiruc
Aug 20, 2008 6:35 pm
... that. ... $donnees['titre_article39;]?>.jpg"/> ... hello. Thanks for your help! I only answer you now because I test What I saw on your link. I am only a...
12462
Charlie Essers
cessers
Aug 20, 2008 10:49 pm
Hi all, Can captions be links in Overlib? I tried: overlib(... CAPTION, '<a href=\39;http://site.com92;'>The Site Name</ a>'...) but no luck. Thanks in advance for...