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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 12396 - 12435 of 12435   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
Offline 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
12422
If anyone tried to look into the links of my previous post,my site was down for the past week or so. It's now up and running again. My previous post was...
Tracy
jockoe28
Offline Send Email
Jul 4, 2008
2:42 pm
12426
Hi, I'm using overlib, v4.21, it's a very nice piece of javascript, love it! I recently made some modification on my website and I begin to use some overlib's...
Uld
uldmail@...
Send Email
Jul 9, 2008
12:54 pm
12430
... Take a look at either the Simple scroll or Follow Scroll plugins which I believe will do what you want....
Robert E Boughner
reboughner0718
Offline Send Email
Jul 18, 2008
2:40 pm
12431
Hi folks, I've just started using overlib and it seems to work fine when I have small amounts of text. However, if I increase the amount of text to display, I...
mel.laycock
Online Now Send Email
Jul 19, 2008
3:05 pm
12432
... There isn't any line limit or character limit that I'm aware of in overlib. Don't apply the WRAP command with large amounts of text because the utility...
Robert E Boughner
reboughner0718
Offline Send Email
Jul 19, 2008
8:55 pm
12433
I've searched the group messages and the overLib documentation and cannot find an example I can make work. Can someone provide an example that works? (That I...
Tracy
jockoe28
Offline Send Email
Jul 21, 2008
2:41 pm
12434
This is what I came up with. <a href="javascript:void(0);" onmouseover="return overlib('My dentist\'s band<a href=\'http://www.flauntband.com/\'>Flaunt</a>', ...
Tracy
jockoe28
Offline Send Email
Jul 21, 2008
2:48 pm
12435
I was able to figure this out finally. The code I used was... <a href="javascript:void(0);" onmouseover="return overlib('My dentist\'s band: &lt;a ...
Tracy
jockoe28
Offline Send Email
Jul 21, 2008
6:37 pm
Messages 12396 - 12435 of 12435   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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