Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

overlib · Discussions regarding implementing, using and developing overLIB.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1701
  • Category: JavaScript
  • Founded: Nov 15, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 12139 - 12171 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
12139 johnnyfouraces Send Email Dec 4, 2007
11:59 pm
Is there a way to have a popup display automatically when a page loads? I would set it to STICKY and use the FIXX and FIXY for positioning. The idea is to...
12140 Robert E Boughner
reboughner0718 Send Email
Dec 5, 2007
12:21 am
... Yes you can have a popup displayed when the page loads but you won't be able to accomplish your last request here. The reason is that all overlib popups...
12141 johnnyfouraces Send Email Dec 5, 2007
1:58 am
... Thanks. ... Thanks for your response. How can I have a pop-up display when the page loads?...
12142 Robert E Boughner
reboughner0718 Send Email
Dec 5, 2007
3:49 pm
... links ... page so ... You can check the archives going back about 2 years ago since this has been discussed before. If you can't find it, then the easiest...
12143 lsun91125 Send Email Dec 5, 2007
4:48 pm
Hi, I just downloaded Overlib 4.21 and used in my asp.net C# code as the following: <a href="javascript:void(0);" onmouseover="return overlib('test border',...
12144 Robert E Boughner
reboughner0718 Send Email
Dec 5, 2007
7:18 pm
... Can you provide an URL to the problem page? If not then check out to see if there are any CSS conflicts. An overlib popup consists of at least two (and...
12145 johnnyfouraces Send Email Dec 5, 2007
7:38 pm
... that all ... Works perfectly. Thanks Bob!...
12148 johnnyfouraces Send Email Dec 11, 2007
3:39 am
I call overlib as follows so the user has to click on the Text to get the popup: <a href="javascript:void(0);" onmouseover="javascript:void(0);" ...
12149 Robert E Boughner
reboughner0718 Send Email
Dec 11, 2007
4:45 pm
... Thanks. ... Can you please provide the URL to the page in question? Also you can remove the onmouseover event because it does nothing and change the ...
12150 johnnyfouraces Send Email Dec 11, 2007
6:07 pm
... Thanks Bob. I'm using overlib to display different panels of the same page for a travel site I'm building. You can view the under-construction site at...
12151 Susan Rhoads
elf1@... Send Email
Dec 12, 2007
3:21 am
Hello all, I finally took the leap and added overlib to my website. I have admired it's utility on Bill Thayers Lacus Curtius website for years. But being a...
12152 stuartmelzack Send Email Dec 12, 2007
11:16 am
I have just found the http://www.bosrup.com/web/overlib web site as I was looking for just this type of script however I am new to web design and in order to...
12153 Robert E Boughner
reboughner0718 Send Email
Dec 12, 2007
4:31 pm
... admired it's utility on Bill Thayers Lacus Curtius website for years. But being a self-taught website maker I felt lucky to figure out very basic style...
12154 Robert E Boughner
reboughner0718 Send Email
Dec 12, 2007
4:34 pm
... The text string supplied to overlib: This is an ordinary popup. must be on one line. More than likely that is problem and the reason it's not working. Bob...
12155 Theodore B Samsel
tbsamsel@... Send Email
Dec 13, 2007
1:00 pm
I have been trying to find a way to apply alt tags to overlib popups on image maps that will satisfy our agency's mandate for complians with Section 508 of the...
12156 Robert E Boughner
reboughner0718 Send Email
Dec 13, 2007
4:30 pm
... storm ... href=\&#39;http://va.water.usgs.gov/duration_plots/note_daily.htm&#92;'target=\'_new\' ... 199, ... place ... itself ... First of all when I load the...
12158 kolberda Send Email Dec 27, 2007
8:42 pm
I'd like to nest the <a> tags for overLib inside part of a Label tag, but it doesn't seem to be working. <Asp: label ..... >Text of the <a:...
12159 jeffrey51782 Send Email Dec 30, 2007
7:06 am
first, the disclaimer. this is my first major attempt at understanding javascript, so i am not obviously an expert and forgive me if the following question is...
12160 Robert E Boughner
reboughner0718 Send Email
Dec 31, 2007
7:26 pm
... I'm not quite sure what you want to accomplish but from what I see, your overlib popup is behaving as it should as the page is scrolled. (Incidentally,...
12161 h_sedy Send Email Dec 31, 2007
7:27 pm
Greetings, The problem about "one line" requirements is not totally true. I use nested tables in my script and these can get quite long. I remembered, from my...
12162 Robert E Boughner
reboughner0718 Send Email
Dec 31, 2007
7:36 pm
... Thanks for sharing that with us. You are correct that this approach can also be used in overlib (at least in FireFox 2.0.0.11; haven't checked the other...
12163 offersave Send Email Jan 3, 2008
10:28 pm
Hello, I'm a bit stuck... I have a page with an embedded IFRAME - the embedded IFRAME page utilizes overlib bubbles. Because the page is embedded, some of the...
12164 Robert E Boughner
reboughner0718 Send Email
Jan 4, 2008
12:53 am
... Unfortunately that is the way that an IFRAME works. It behaves like a separate browser window. I suggest that you dispense with overlib bubbles and...
12165 dave_rado Send Email Jan 4, 2008
4:02 pm
Hi overLIB is a great package, but I have a few teething problems with it, and I hope someone here can help me resolve them. I've uploaded a mock-up to...
12166 renee
ren_cantos Send Email
Jan 4, 2008
8:05 pm
hi, i'm completely new to this but can already see what a great package overlib is. this is probably a very basic issue but my problem is that when i mouse...
12167 Robert E Boughner
reboughner0718 Send Email
Jan 5, 2008
12:28 am
... Do you have the URL to the page in question? That would help considerably. In the meantime, make sure that your overlib popup has a higher z-index than...
12168 Robert E Boughner
reboughner0718 Send Email
Jan 5, 2008
12:45 am
... You don't need the "onclick" event here because you've already applied it to the onmouseout event. Besides you're misspelling the name (onlcick) which...
12169 renee
ren_cantos Send Email
Jan 5, 2008
12:48 am
... it worked! thanks a lot bob. i really appreciate it. renee...
12170 Robert E Boughner
reboughner0718 Send Email
Jan 5, 2008
5:01 pm
... doing ... No problem. Glad to be of help....
12171 jeffshead
jeffshead@... Send Email
Jan 6, 2008
10:17 am
Hello all, I want to add a full (small) HTML page to a popup. The first problem I run into is the HTML contains some PHP includes such as: <?php print date("l,...
Messages 12139 - 12171 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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