Ok. I got the image thing figured out. Now, I just need to know how to add the code for the rollover on the button so that I can have a rollover with overlib...
Hi, How would I add a rollover image to an overlib script? Here is the code I am using with a link to the site. I would greatly appreciate your help. Thanks,...
... You're almost there. Change the following: return overlib('<img src='http://www.shopjamestown.net/ads/lambo.jpg' ',ABOVE to return overlib('<img ...
Thanks for the reply, Bob! I really need the help. I must've goofed something else up, 'cause when I made the changes to the code. I now see the button but...
... When I look at your example page I get this error message in the Error Console on Firefox 2.0.0.7: Error: missing ) after argument list Source File:...
... I also see this error message for the button that is highlighted: Error: illegal character Source File: http://shopjamestown.net/ads/content/view/12/26/ ...
I'm testing a page containing overlib with JWebUnit, it bombs out because of javascript errors because it's navigator.userAgent is null. This might also occur...
Gentlemen, I've been impressed with overlib, but the hideform-plugin doesn't seem to be working for me. I've included the plugin as suggested in the...
... Your problem is caused by the second call to load the overlib.js file at around line 168. Remove that line and I believe your code will work as you expect...
I added an unordered list (<ul><li></li></ul>) to the overlib pop up on my html page. The text in the list however is coming up black. I'd like the text to...
... "Black" is the default value for text color within a popup. To assign a new color you can include TEXTCOLOR, '#ffffff' on the command line or use the...
I have been trying to add line breaks and bold words to my tooltips. I have been successful by adding the following HTML tags: <br/> and <strong>. The problem...
jeffshead
jeffshead@...
Oct 10, 2007 4:44 am
12047
I haver problems using overLib with firefox, or maybe its my code - can someone please help me, its urgent - I am working on a project:) I have put my...
... products ... actually ... support. ... extra ... than the ... compliant? ... Do you have an URL to the page that is giving you problems? What you're doing...
... src="../javascripts/overlib.js"></script> ... Make sure that when you insert this code on your page that the string argument to overlib is all on one line;...
... products ... actually ... support. ... extra ... than the ... compliant? ... Do you have an URL to the page that is giving you problems? What you're doing...
Bob, The URL Is: http://www.majetra.com/links.php When I use the entity < to replace all of my "<" symbols, the <br/> and <strong> tags are actually...
jeffshead
jeffshead@...
Oct 12, 2007 1:33 pm
12055
well i am kinda new to overlib and i created layers .... but now my overlib popup is underneat the other layers! how can i put the overlib popup on top of the...
... make sure that the overlib content layer has a much larger z-index than any other layer on the page. The default value is 1000; just make it larger than...
Hello, I have an html form. Left column has a description where I am using overlib to offer pop-up definitions of phrases. Right column has form elements like...
... Yes, use the Hideform plugin that came with the distribution. If you experience problems with it (like not spanning all of the text box width) then get...
Thank you. I tried both codes. Code 1: The W3C Markup Validation Service shows 18 more errors when using the first code and the '</strong>' tag is ignored...
jeffshead
jeffshead@...
Oct 17, 2007 2:37 am
12060
... Try putting your var caption1 var caption2 var caption3 definitions in another (just inlcude those lines in the file) and reference them using <script...
Bob, If I use your plug-in then do I need to use your overlib file too? Or just don't mix plug-ins but can use either of the main? Regards, -Tim ... From:...
... Or just ... Use my version of the code and the plugin that is also found on my site; don't mix the main code and the plugins from the official site and my...
Thanks Bob. The separate js page did the trick. I just referenced the js page in the html page's head. Best regards, Jeff From: overlib@yahoogroups.com...