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 11061 - 11095 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11061
Hello, I am a new user overlib. In fact I just started with downloading the latest version and by digging in the documentation. I have unpacked the zip-file....
pieterwenk
Offline Send Email
Sep 2, 2006
2:52 pm
11062
... Pieter, You can put them any where that you want to on your server. I would suggest that you create a directory to hold your javascript files and put them...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 3, 2006
5:42 pm
11063
... Yes. You need to go to http://overlib.boughner.us/plugins/overlib_commands.html This is my site where I make changes to overLIB that are not reflected in...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 3, 2006
5:47 pm
11064
What U can say about this? I'd like to download my overlib.js only one time for one user cause adding 54k for any page, where I use this script, is too much...
s_nkt
Offline Send Email
Sep 4, 2006
7:48 am
11065
Okay, here is my situation.. Keeping in mind I am not 100% sure of my html skills, this is the problem I am having: The website I am creating is one where I...
eklethropus
Offline Send Email
Sep 4, 2006
9:15 pm
11067
... It should be downloaded the first time you request it and placed in your browser's cache. From that point on your should be accessing it from there. Bob...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2006
12:18 am
11068
... That rule is affecting your overLIB popups because you're applying it to all elements on the page. Remove it from your style rules and add the following...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2006
12:36 am
11069
Bob - Thank you for your response.. I tried what you told me, and it did work in keeping the table to remain center. However (probably because I have...
eklethropus
Offline Send Email
Sep 5, 2006
3:34 am
11070
... OK I will create a directory in which all these script will be stored. It will have the same structure, than on the server. I will certainly have some...
pieterwenk
Offline Send Email
Sep 5, 2006
9:16 am
11071
... OK I have created a directory with the name libscripts and all the srcipts are stored in this folder. I started my first attempt in using them. I will have...
pieterwenk
Offline Send Email
Sep 5, 2006
10:36 am
11072
... it.. ... Not really at this point. The problem is that your rule: * { margin: 0px auto; } affects ALL elements on your page, including overlib popups....
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2006
1:59 pm
11073
... stored. ... scripts. ... First of all Pieter you don't need to include "return" with nd(). Its not necessary. I don't understand what 'j'attendu means...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2006
2:12 pm
11074
I am trying without success to have an image popup using LEFT placement either above or below. The popup placement seems to work fine with out an image, but...
artmccabe
Offline Send Email
Sep 5, 2006
7:06 pm
11075
... How big is your image? It may be that the main overLIB is keeping it from appearing on the left because it is coded to keep the popup within the field of...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 5, 2006
7:27 pm
11078
I have a form for which I would like popup help on the submit buttons. Is this something that I need to handle in Javascript? I'm not sure how to proceed. A...
irvineref
Offline Send Email
Sep 6, 2006
2:45 pm
11079
... Andy, Yes you would basically use a very minimal amount of javascript to invoke the popup. According to the W3C documentation (see ...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 7, 2006
12:22 am
11080
Bob, The image is only 3k, and I do not think it is a problem with the image. I have a link that dislplays the same image with a placement of Above Right and...
Art McCabe
artmccabe
Offline Send Email
Sep 7, 2006
12:25 am
11081
... Can you provide an URL to the page that is giving you problems? I believe that BACKGROUND requires and string parameter specifying which image to use for...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 7, 2006
12:29 am
11082
Or is he wanting to invoke the overlib pop-up when the button is clicked? if so, you'll need to add the onclick to your 'overlib' button... <input...
p_gilzow
Offline Send Email
Sep 7, 2006
4:33 pm
11083
I've found the leak! The problem only happens when you include the overlib_hideform.js plugin (there is no leak with the overlib.js include file by itself). ...
mrfumble1
Offline Send Email
Sep 7, 2006
7:48 pm
11084
Works great, thanks. It's pretty obvious after looking at the code. Andy...
irvineref
Offline Send Email
Sep 7, 2006
7:57 pm
11085
... Can you please summarize what was changed to cure your problem? That would help others on this group if they should run into a similar problem. Bob...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 7, 2006
11:23 pm
11086
... It occurs seemingly randomly. Hover over multiple links and eventually you will see it happen. Steve...
Steve
stevietheman66
Online Now Send Email
Sep 8, 2006
3:41 pm
11087
The following example I found seems to avoid the problem by using one instance of the IFRAME shim and hides/shows it as needed: ...
mrfumble1
Offline Send Email
Sep 8, 2006
6:15 pm
11088
I have posted a zip file containing a demonstration of the problem along with a proposed fix. Please let me know if you think this approach will work or if...
mrfumble1
Offline Send Email
Sep 9, 2006
12:56 am
11089
... I'll take a look at it and get back to you with what I find. It may be a day or two before I can do that. Bob...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 9, 2006
3:21 pm
11092
Hey guys, I am currently working on a web site for a client and I can't say that I am to fimilar with overLib, but I know the basics. When I test my page in IE...
ashleymloomis
Offline Send Email
Sep 11, 2006
3:01 pm
11093
... Ashley, the only thing that I see in your code right off hand is that in each call you have class=\'imgPlacement\'<b> try changing this to ...
Robert E Boughner
reboughner0718
Offline Send Email
Sep 11, 2006
11:54 pm
11094
After some further tests, it appears that the handle leak is somewhat version-specific. The following platform and IE versions exhibit the problem: Windows XP...
mrfumble1
Offline Send Email
Sep 12, 2006
6:09 pm
11095
to add to what bob said, you need to finish your <p> declaration before you begin your <b> onMouseOver="return overlib('<p align=\'left\' ...
p_gilzow
Offline Send Email
Sep 12, 2006
11:53 pm
Messages 11061 - 11095 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