I have a global delay set for 5 seconds (the mouseover popups have a lot of things in them) which works for quite a few items, but I need to have one or two...
How do I put a clickable link inside a popup? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database:...
unless I am misunderstanding your question, you should be able to assign a delay to a specific in the overlib call overlib('This popup will open in about a...
Been trying to access bosrup.com all day but site connection is unavailable. I use overlib and wanted to get the latest version as I have not use it since...
I had the same problem. The latest distribution of OL is 4.21, available at the Sourceforge OL project page http://sourceforge.net/projects/overlib/ , but he...
... I don't know what's wrong with the "official" site but go to the "unofficial" site http://overlib.boughner.us/plugins/overlib_commands.html for the Core ...
Thanks. I meant to use timeout (I found out after I posted the message.) Also rather than doubleqoutes I used  Thanks _____ From: overlib@yahoogroups.com...
Thanks. Off to code. Michael _____ From: overlib@yahoogroups.com [mailto:overlib@yahoogroups.com] On Behalf Of p_gilzow Sent: Tuesday, August 01, 2006 4:43 PM ...
I'm new to overLib in specific and java-script in general and am wondering if overLib can be used to present a larger image of a smaller image on mouseover. An...
Does anyone know how to add an imagePath command to overLib? I want to tell overLib where the bubble images are and not have it determined by the page where it...
Does anyone know how to add a COMMAND for an imagepath. I want to include a directory for the images used by the BUBBLE instead of this being determined by the...
... include a ... determined ... David, That option is sort of built in already. The "registerImages()" function accepts an optional path parameter which is...
Thanks! I downloaded CoolTips, but still can't find any documentation on how to write the COMMAND into the line. Is it just ('This is text', BUBBLE, ...
... The documentation for this is http://www.acooltip.com/cBubbleCommands.html. Look at the BUBBLE command. For your example here it would probably be ('This...
... The contextmenu plugin of tinyMCE calls a "standard" jscript createPopup function: if (tinyMCE.isMSIE && !tinyMCE.isMSIE5_0 && !tinyMCE.isOpera) { this.pop...
Is there a way to make the tooltip be positioned such that it always is viewable on the screen? I don't like the fact that, if someone hovers over a link and...
... For vertical placement add this to your head section after the Core Module has loaded: <script type="text/javascript"> overlib_pagedefaults(VAUTO); ...
Sorry if this has been asked before. I couldn't find it in the group archives. I am trying to use OL to give messages to the user and to gather information...
... Yes you can use OL in this way. The onmouseover event is the traditional way of invoking the popup but you can actually use any event that your element...
I am using overLib in so many applications, I would like to get the imagePath to work in it. I have been working on some code, but can not get it to work. I...
David, You're almost there. Make the changes indicated by the color and you should be good to go. //\///// //\ overLIB Speech Bubble Plugin //\ //\ You may...
Is it possible to have both onmouseover and onclick in the same link? I use the javascript:void(0); link for my onmouseover, when you put the mouse over the...
Hey Guys. Does anyone know how to force the mouse to not change (or just change to the default cursor) when you hover over a link that you are using for an...
... The answer to your question is yes, but the example that you provide doesn't seem to be what you want. I think what you want is a STICKY popup that...
... \n should work, I'm using this on my website (www.somda.nl, hold your mouse on the text "Er zijn ongeveer xx gebruikers en xx gasten online"). What is the...
Meant to say 'to combine the onmouseover and onclick functions. Think I may have it, the normal script looks something this <a href="javascript:void(0);"...