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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 12377 - 12421 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
12377 informatik_k Send Email Jun 3, 2008
12:39 pm
Hola amigo. Necesito hacer un tooltip con una lista sobre una determinada informacion y no encuentro la manera en la documentacion de tu pagina.Agradecido ya...
12381 Tracy
jockoe28 Send Email
Jun 6, 2008
2:37 pm
I have an image in my popup. Can I top align the text in the popup so that it starts at the top of the image? Here is my code right now... ...
12382 Robert E Boughner
reboughner0718 Send Email
Jun 6, 2008
2:54 pm
... Try the following: onmouseover="return overlib('My buddy\&#39;s website <br /><img src="../images/linux-penguin.gif"; />');"...
12383 Tracy
jockoe28 Send Email
Jun 6, 2008
3:15 pm
Thank you for the quick reply. That did put the text at the top of the popup. What I failed to indicate is that I'd like my image to remain on the left side...
12385 Robert E Boughner
reboughner0718 Send Email
Jun 6, 2008
4:53 pm
... In that case try the following: onmouseover="return overlib('<img align="top" src="../images/linux- penguin.gif" /> My buddy\&#39;s...
12386 Tracy
jockoe28 Send Email
Jun 6, 2008
5:20 pm
Works perfectly. Thank you very much. ... of ... to ... the ... right...
12388 attendevents96 Send Email Jun 9, 2008
3:18 am
The hideform plugin in 4.21 generates an error in Safari. The problem appears to be that the hack for NS7.0 (lines 113-128) is accidentally running. I added...
12389 Robert E Boughner
reboughner0718 Send Email
Jun 9, 2008
3:10 pm
... problem appears to be that the ... test for 'AppleWebKit&#39; to ... passing as NS7.0. Seems ... navigator.userAgent.indexOf('Netscape6&#39;) != -1 || ... I...
12396 jeffshead
jeffshead@... Send Email
Jun 13, 2008
3:31 pm
Is there any way to stop this spam??? -- From: overlib@yahoogroups.com [mailto:overlib@yahoogroups.com] On Behalf Of exparthelp234 Sent: Friday, June 13, 2008...
12397 cmzente Send Email Jun 13, 2008
8:46 pm
I am using an info icon to give some information to the user. My call works fine except for the width, the width goes from the cursor to the right side of the...
12398 Robert E Boughner
reboughner0718 Send Email
Jun 14, 2008
12:02 am
... Check any global style sheets and see if you are specifying rules for TR, TD, and/or TABLE (particularly TABLE { width: 100% } which can cause this...
12399 sieppl Send Email Jun 15, 2008
7:16 pm
Hi! I have an embedded flash object on my webpage, this one here: http://www.zoomify.com/express.htm It is embedded like this: <OBJECT...
12401 cmzente Send Email Jun 16, 2008
9:50 pm
Thanks Bob, it indeed was the width:100% that did it... I removed it and now it works fine, except my tables are a little narrow. Is there a way to incorporate...
12402 Robert E Boughner
reboughner0718 Send Email
Jun 16, 2008
11:22 pm
... The easiest way would be to define a custom class like this: <style type="text/css"> .widetable {width: 100%} </style> and use this class on all of your...
12404 Gore Daimon
goredaimon Send Email
Jun 17, 2008
3:35 pm
IE7 under Windows XP reports a bug at line 1119 argument 4. You can try at: http://www.ead.unifei.edu.br/~Artemis Please give me some clue!...
12405 Gore Daimon
goredaimon Send Email
Jun 17, 2008
5:02 pm
... Buttons work fine, but links via <a> tag or <img> tag dont work....
12406 Gore Daimon
goredaimon Send Email
Jun 17, 2008
5:47 pm
... The fucking problem was solved by remove the ABOVE tag from overlib function! Damn Microsoft!...
12407 Gam
beatmobb Send Email
Jun 17, 2008
10:02 pm
I am a new overLIB user. I must admit that I am really impressed just by the basics of what it can do. My question is, how to I use overLIB to resize a...
12408 Robert E Boughner
reboughner0718 Send Email
Jun 17, 2008
11:30 pm
... Glad you figured out your problem by yourself....
12409 Robert E Boughner
reboughner0718 Send Email
Jun 17, 2008
11:35 pm
... How much larger do you want it to be? If not much larger than the thumbnail size then just include the following as your first argument: '<img...
12410 Stephan Conrad
morgenlandshop Send Email
Jun 18, 2008
2:26 am
Hi, I have impleted overlib with the anchor plugin on one of my projects and it all worked as intended. Today I installed the new FireFox 3 (final version) and...
12411 Gam
beatmobb Send Email
Jun 18, 2008
3:55 am
... just ... overLIB ... is ... Thanks for the urgent response! I am sorry, but I have only been using overLIB for a couple of days now. Can you explain...
12412 shr_ka Send Email Jun 18, 2008
7:38 pm
How can I disable HTML tags , so that they are not executed but plain text is displayed in the content ? <b> html</b> should be displayed as it is , not bold. ...
12413 Stephan Conrad
morgenlandshop Send Email
Jun 18, 2008
8:36 pm
... if you are running a scripting language you can just replace the '<' and '>' with '<' or '>'...for example in php str_replace('<','<', '<b>...
12414 shr_ka Send Email Jun 19, 2008
8:52 pm
... Yeah...I tried that , but call to overlib converts encoded html entities again to HTML tags. Its not working , even I tried introducing extra backslash to...
12415 Stephan Conrad
morgenlandshop Send Email
Jun 20, 2008
9:55 am
... plain ... It's not overlib, javascript converts things like '<' back to '<'. Just convert you values back in your function, here is an example: function...
12418 Tracy
jockoe28 Send Email
Jun 22, 2008
7:51 pm
Does anybody use overLib in a WordPress blog? I built the needed overLib commands on an *.html page. (The working code is at ...
12419 petroglyphx Send Email Jun 24, 2008
3:06 pm
Hi, Is there a method of ensuring that a STICKY (with a TIMEOUT) pop-up remains relative to the calling link, and remains with it relatively, as the page is...
12420 scottheath_y Send Email Jun 26, 2008
6:57 pm
I thought I had this bug licked, but I don't. And the recent post on this list about the tracking function may be related. FireBug 1.2 seems to disrupt OL...
12421 Tim Cummings
tim.cummings@... Send Email
Jun 27, 2008
11:13 am
I am using OverLib on a scheduling site where the code displays detailed information about a trip. The link for the OverLib then opens a form to make changes...
Messages 12377 - 12421 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