Hi Robert, I have tried using the option as suggested in your previous email but it is still not working. The CSS is working fine. But the initImage();...
Jonathan, When I first made my suggestions I didn't know if they would work because I hadn't tried them out. After your second post here I went back and look...
Has anyone seen this problem? The overlib pop-ups work great with firefox and netscape but if I use IE AND the pop is near a select option box, then the...
When I structure my overlive command like this... return overlib('Text here.', CAPTION, 'Testing OverLib', DELAY, 200, STICKY, MOUSEOFF, 1000); the mouseoff...
... This is a well known error that has been discussed many times before on this newsgroup. The SELECT list controls (the arrow) are active content and will...
... There is nothing wrong. That's the way its been programmed. The mouseoff command is cancelled if there has been any delay set. There isn't any way to...
Hey, All! I've got a specific problem to solve and I hope someone can help me. Our web application consists of top document and iframe inside and it works via...
... me. Our web application consists of top document and iframe inside and it works via https. Most part of work is performed in this iframe. I use overLib in...
I am having a problem with the way in which my text wraps inside of a variable that I call in my overlib function. In short, the overlib function works,...
... Can you show me an example of what <%=vmouse%> looks like when you have this missing space? Is there anything that your database is doing to your data...
Im new to overlib, help me... this is my code: <html> <head> <title>Untitled Document</title> <script type="text/javascript" src="../../overlib.js"><!--...
... More than likely your problem is that the first argument to overlib -- 'This is what we call a sticky, since I stick around (it goes away if you move the...
Hello, I have found and corrected a bug in the fade in/out plugin for overlib. The bug was critical, because it freezes all the overlib elements on the page. ...
Greetings! I looked at other mentions of image maps, without success. Here is my story: I have an image map, defined in DW. I want 5 areas of that map to...
... Move the above line into the HEAD section of your page. There isn't any reason to put it in your BODY. ... Include your events on this item (watch word...
... Thanks Robert, that's problem #1 solved! :-) ... Now I'm getting somewhere, thanks to you!! :-) :-) This is what my code looks like after your suggestions:...
... The reason is that overlib has a default width of 200 pixels. You've got to reduce the width to match your image size. Add WIDTH,100, on the commandline...
I implemented overlib on a team bio page and it worked perfectly. Then one day I went in and used spellcheck on that page, and for no reason, the left-hand...
Hi, I got overlib to do exactly what I wanted it to do on one page. It works great. http://cea25411.tripod.com However, when I went to park it on it's final...
... Can you post an URL to the page in question so that I can look into it? It looks as if your spell checker changed something in one of your command lines...
... I did that (WIDTH,100,)to NO effect. Someone on this group suggested using anti-slash before single quotes, and it worked. Yet, with or without anti-slash,...
WIDTH PARAMETER NOT WORKING WIDTH & HEIGHT SHOULD BE CAPITALS AND SEPARATED BY COMMA. Also missing closing tag and comma in code - sofitel_small.jpg\'>',...
... You misunderstood me. I was trying to indicate that you've got to add "WIDTH,100" to all your other commandline parameters and not just what I indicated...
... It ... fill in ... wysiwig ... problems. ... Thank you very much for your quick reply. Much appreciated. I cleaned up the code and took out any funny...