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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 12959 - 12999 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
12959 VernonM
vernonmorris1 Send Email
Jun 4, 2011
8:38 am
Yeah it doesn't throw errors in Opera. But i've tested it with multiple computers (vista, xp and windows 7) using Mozilla and Internet explorer--both of these...
12960 reboughner0718 Send Email Jun 6, 2011
7:41 pm
... Actually, it does throw an error in Opera 11.11 and I've isolated it to something in the plusone.js code that is doing it. By removing that call from...
12961 greenangel9 Send Email Jun 10, 2011
4:16 pm
I am new to the group and I found the group because of the overlib and Google +1 conflict. Has anyone come up with a solution for this issue? Terri...
12962 VernonM
vernonmorris1 Send Email
Jun 10, 2011
10:49 pm
unfortunately, the only solution I have is to not use both of them on the same page :( Since overlib is so embedded in our websites, that means no google +1...
12963 rechmbrs Send Email Jun 15, 2011
12:25 am
Is there a way to handle WIDTH = 0 and not get a 1 character box? I'd really like in this case to have a box with 0 line width. Thanks, RON C...
12964 reboughner0718 Send Email Jun 15, 2011
11:22 pm
... Could you please be a little more specific on what it is that you want? I don't understand your original question....
12966 rikkilee1986 Send Email Jul 19, 2011
4:34 pm
Hi firstly great javascript library! very new to all this but the way all this has been documented has made using this a walk in the park! i do seem to have a...
12967 reboughner0718 Send Email Jul 22, 2011
11:02 pm
... That's to be expected. What happens is that the middle link get covered by the popup which then fires a mouseout and the popup goes away then it uncovers...
12968 smotrinamenya Send Email Aug 8, 2011
1:35 pm
This works correctly: <area shape="rect" coords="650,117,660,127" href="javascript:void(0);"onmouseover="return overlib('<span class=nrm><b>Note:...
12969 reboughner0718 Send Email Aug 8, 2011
2:13 pm
... Your parentheses and single parentheses are unmatched. You've got 12 `"` and seven`'` in your statement. I believe the offender is the last single quote...
12970 smotrinamenya Send Email Aug 9, 2011
12:41 pm
... 'Milestone ... ="self.status=&#39;Milestone ... and ... of ... 'Milestone ... ="self.status=&#39;Milestone ... I ... another ... functions ... `"` and seven`'` in...
12971 reboughner0718 Send Email Aug 9, 2011
3:03 pm
... I would have to see the actual page before I could comment further. Besides why don't you just use the TEXTFONTCLASS command. My first instinct is to say...
12975 gedgechris Send Email Aug 23, 2011
1:43 am
Hi. I have a drupal website. Where <b>bold text</b>is employed the overlib message fails to respond to the stop bold command. Oh the trials of a humble...
12976 reboughner0718 Send Email Aug 23, 2011
3:09 pm
... I don't see anything obviously wrong with your call (I assume that the lack a space in 'returnoverlib&#39; and 'butthis&#39; are due to the way it was handled by...
12980 butch.murray@...
butch.murray... Send Email
Sep 20, 2011
4:29 pm
How does one create a BORDER around a BACKGROUND image? My code: onMouseOver="overlib('', WIDTH, 144, HEIGHT, 20, CENTER, ABOVE, SNAPX, 5, SNAPY, 5,...
12981 mrprint777 Send Email Sep 22, 2011
3:32 am
... Problem solved, the below code is what worked for me hope this helps someone else. overlib('<img src=\'shared/24.jpg\&#39; height=\'141&#92;' width=\&#39;144\'...
12983 radhashym Send Email Sep 23, 2011
9:21 am
Hello, My requirement is: There is a datagrid. There is one column in that grid which shows the tooltip. Now here the tooltip text comes from the database and...
12984 radhashym Send Email Sep 23, 2011
12:26 pm
Hello, One more problem i'm facing is: i have an image which is rendered at the bottom left of the page. When i hover on it the tooltip exceeds below the page...
12985 usershyam Send Email Sep 23, 2011
2:27 pm
This doesn't work on my page. Still teh pop up hides at the end of te page....
12986 reboughner0718 Send Email Sep 26, 2011
2:53 pm
... If you could please post an URL to the page that is giving you problems that would be helpful for solving your problem. You can try making the popup...
12987 usershyam Send Email Sep 28, 2011
5:05 am
In firefox and safari it works well with VAUTO, 1 value BUT this doesn't work with IE....
12988 usershyam Send Email Sep 28, 2011
5:22 am
Thank you for the reply. Sorry i haven't uploaded the page as it is not perfect. Here is the code: This is my code: <script type="text/javascript"> function...
12989 honeybearbunz Send Email Oct 16, 2011
9:26 am
I am pretty green when it comes to doing HTML. I want to add popups to certain words in a text. These popups will contain a few lines of text. I chose "edit in...
12990 honeybearbunz Send Email Oct 16, 2011
9:30 am
http://easylearninglanguages.blogspot.com/2011/10/but-when-i-published-it-there-was-just.html I added the code to the word "stickie". I think I have to prepare...
12991 reboughner0718 Send Email Oct 17, 2011
3:01 pm
... The link got included correctly but the javascript code that handles the popups isn't being loaded. To do this just before the </head> tag add the...
12995 Jeff
jeffshead@... Send Email
Oct 29, 2011
8:20 pm
I'm trying to implement Overlib in a site loops song titles. If you hover over a truncated song title/link, Overlib pops up and displays the full title. It...
12996 reboughner0718 Send Email Oct 31, 2011
3:41 pm
... If that is what you expect is happening then try something like the following (my memory may not be correct for the regular expression in the replace()...
12997 reboughner0718 Send Email Oct 31, 2011
3:46 pm
... You've got to make sure that your string variable appears on one line. If it is split like you've indicated here you well get a javascript error which you...
12998 Jeff
jeffshead@... Send Email
Oct 31, 2011
3:53 pm
Thank you, Sir. I will give it a try and keep this for future reference. I found an easy fix. Since I'm not that familiar with Smarty, I did not realize it has...
12999 reboughner0718 Send Email Oct 31, 2011
11:35 pm
... Glad that the fix for you was so easy....
Messages 12959 - 12999 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