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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 12377 - 12421 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12377
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...
informatik_k
Offline Send Email
Jun 3, 2008
12:39 pm
12381
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... ...
Tracy
jockoe28
Offline Send Email
Jun 6, 2008
2:37 pm
12382
... Try the following: onmouseover="return overlib('My buddy\'s website <br /><img src=&quot;../images/linux-penguin.gif&quot; />');"...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 6, 2008
2:54 pm
12383
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...
Tracy
jockoe28
Offline Send Email
Jun 6, 2008
3:15 pm
12385
... In that case try the following: onmouseover="return overlib('<img align=&quot;top&quot; src=&quot;../images/linux- penguin.gif&quot; /> My buddy\'s...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 6, 2008
4:53 pm
12386
Works perfectly. Thank you very much. ... of ... to ... the ... right...
Tracy
jockoe28
Offline Send Email
Jun 6, 2008
5:20 pm
12388
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...
attendevents96
Offline Send Email
Jun 9, 2008
3:18 am
12389
... problem appears to be that the ... test for 'AppleWebKit' to ... passing as NS7.0. Seems ... navigator.userAgent.indexOf('Netscape6') != -1 || ... I...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 9, 2008
3:10 pm
12396
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...
jeffshead
jeffshead@...
Send Email
Jun 13, 2008
3:31 pm
12397
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...
cmzente
Online Now Send Email
Jun 13, 2008
8:46 pm
12398
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 14, 2008
12:02 am
12399
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...
sieppl
Offline Send Email
Jun 15, 2008
7:16 pm
12401
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...
cmzente
Online Now Send Email
Jun 16, 2008
9:50 pm
12402
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 16, 2008
11:22 pm
12404
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!...
Gore Daimon
goredaimon
Offline Send Email
Jun 17, 2008
3:35 pm
12405
... Buttons work fine, but links via <a> tag or <img> tag dont work....
Gore Daimon
goredaimon
Offline Send Email
Jun 17, 2008
5:02 pm
12406
... The fucking problem was solved by remove the ABOVE tag from overlib function! Damn Microsoft!...
Gore Daimon
goredaimon
Offline Send Email
Jun 17, 2008
5:47 pm
12407
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...
Gam
beatmobb
Offline Send Email
Jun 17, 2008
10:02 pm
12408
... Glad you figured out your problem by yourself....
Robert E Boughner
reboughner0718
Offline Send Email
Jun 17, 2008
11:30 pm
12409
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Jun 17, 2008
11:35 pm
12410
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...
Stephan Conrad
morgenlandshop
Offline Send Email
Jun 18, 2008
2:26 am
12411
... 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...
Gam
beatmobb
Offline Send Email
Jun 18, 2008
3:55 am
12412
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. ...
shr_ka
Offline Send Email
Jun 18, 2008
7:38 pm
12413
... if you are running a scripting language you can just replace the '<' and '>' with '&lt;' or '&gt;'...for example in php str_replace('<','&lt;', '<b>...
Stephan Conrad
morgenlandshop
Offline Send Email
Jun 18, 2008
8:36 pm
12414
... 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...
shr_ka
Offline Send Email
Jun 19, 2008
8:52 pm
12415
... plain ... It's not overlib, javascript converts things like '&lt;' back to '<'. Just convert you values back in your function, here is an example: function...
Stephan Conrad
morgenlandshop
Offline Send Email
Jun 20, 2008
9:55 am
12418
Does anybody use overLib in a WordPress blog? I built the needed overLib commands on an *.html page. (The working code is at ...
Tracy
jockoe28
Offline Send Email
Jun 22, 2008
7:51 pm
12419
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...
petroglyphx
Offline Send Email
Jun 24, 2008
3:06 pm
12420
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...
scottheath_y
Offline Send Email
Jun 26, 2008
6:57 pm
12421
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...
Tim Cummings
tim.cummings@...
Send Email
Jun 27, 2008
11:13 am
Messages 12377 - 12421 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