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...
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...
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...
... problem appears to be that the ... test for 'AppleWebKit39; to ... passing as NS7.0. Seems ... navigator.userAgent.indexOf('Netscape639;) != -1 || ... I...
12396
jeffshead
jeffshead@...
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...
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...
... 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...
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...
... 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...
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...
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...
... 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...
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. ...
... 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...
... plain ... It's not overlib, javascript converts things like '<' back to '<'. Just convert you values back in your function, here is an example: function...
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...
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@...
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...