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...
12031
Robert E Boughner
reboughner0718
Oct 1, 2007 1:50 pm
... You might want to take a quick look at the following two files which deal with using overlib in a PHP file: 1....
12032
bridgerboyy
Oct 2, 2007 12:09 am
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,...
12033
Robert E Boughner
reboughner0718
Oct 2, 2007 12:26 am
... You're almost there. Change the following: return overlib('<img src='http://www.shopjamestown.net/ads/lambo.jpg39; ',ABOVE to return overlib('<img ...
12034
bridgerboyy
Oct 2, 2007 12:57 am
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...
12035
Robert E Boughner
reboughner0718
Oct 2, 2007 1:52 pm
... 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:...
12036
Robert E Boughner
reboughner0718
Oct 2, 2007 1:57 pm
... 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/ ...
12037
Jeff
bigtangringo
Oct 2, 2007 7:00 pm
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...
12040
patrikg123
Oct 4, 2007 10:33 am
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...
12041
patrikg123
Oct 4, 2007 10:35 am
Just to add: mouseover the blue question-mark icon right from the input field labeled "near" in the top 3rd of the page....
12042
Robert E Boughner
reboughner0718
Oct 4, 2007 2:00 pm
... 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...
12043
Chaunce
chauncerodri...
Oct 8, 2007 5:17 pm
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...
12044
Patrik Germann
patrikg123
Oct 8, 2007 6:08 pm
Excellent, that does the job nicely! Thanks a lot! :) Patrik...
12045
Robert E Boughner
reboughner0718
Oct 8, 2007 6:08 pm
... "Black" is the default value for text color within a popup. To assign a new color you can include TEXTCOLOR, '#ffffff39; on the command line or use the...
12046
jeffshead
jeffshead@...
Oct 10, 2007 4:44 am
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...
12047
isva
Oct 10, 2007 7:25 am
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...
12048
Robert E Boughner
reboughner0718
Oct 10, 2007 6:36 pm
... products ... actually ... support. ... extra ... than the ... compliant? ... Do you have an URL to the page that is giving you problems? What you're doing...
12049
Robert E Boughner
reboughner0718
Oct 10, 2007 6:38 pm
... 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...
12054
jeffshead
jeffshead@...
Oct 12, 2007 1:33 pm
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...
12055
m0nk3rs
Oct 14, 2007 1:36 pm
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...
12056
Robert E Boughner
reboughner0718
Oct 15, 2007 5:01 pm
... 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...
12057
turnertim
Oct 16, 2007 2:39 pm
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...
12058
Robert E Boughner
reboughner0718
Oct 16, 2007 4:45 pm
... 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...
12059
jeffshead
jeffshead@...
Oct 17, 2007 2:37 am
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...
12060
Robert E Boughner
reboughner0718
Oct 17, 2007 4:12 pm
... Try putting your var caption1 var caption2 var caption3 definitions in another (just inlcude those lines in the file) and reference them using <script...
12061
Tim Turner
turnertim
Oct 17, 2007 4:13 pm
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:...
12062
Robert E Boughner
reboughner0718
Oct 17, 2007 4:15 pm
... 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...
12063
jeffshead
jeffshead@...
Oct 18, 2007 3:42 pm
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...