I am pretty green when it comes to doing HTML. I want to add popups to certain words in a text. These popups will contain a few lines of text. I chose "edit in...
12990
honeybearbunz
Oct 16, 2011 9:30 am
http://easylearninglanguages.blogspot.com/2011/10/but-when-i-published-it-there-was-just.html I added the code to the word "stickie". I think I have to prepare...
12991
reboughner0718
Oct 17, 2011 3:01 pm
... The link got included correctly but the javascript code that handles the popups isn't being loaded. To do this just before the </head> tag add the...
12995
Jeff
jeffshead@...
Oct 29, 2011 8:20 pm
I'm trying to implement Overlib in a site loops song titles. If you hover over a truncated song title/link, Overlib pops up and displays the full title. It...
12996
reboughner0718
Oct 31, 2011 3:41 pm
... If that is what you expect is happening then try something like the following (my memory may not be correct for the regular expression in the replace()...
12997
reboughner0718
Oct 31, 2011 3:46 pm
... You've got to make sure that your string variable appears on one line. If it is split like you've indicated here you well get a javascript error which you...
12998
Jeff
jeffshead@...
Oct 31, 2011 3:53 pm
Thank you, Sir. I will give it a try and keep this for future reference. I found an easy fix. Since I'm not that familiar with Smarty, I did not realize it has...
12999
reboughner0718
Oct 31, 2011 11:35 pm
... Glad that the fix for you was so easy....
13001
bridgearchivist
Nov 21, 2011 4:46 pm
I have created in Dreamweaver a dynamic table with repeating region for displaying long runs of historic rent data drawn from my database. One of the fields in...
13004
Sam Gates
sam.gates70
Dec 12, 2011 12:56 pm
Hi, Wonder if someone can help me. I have installed according to instructions but popup is not appearing. I've stripped everything else off so now I have the...
13005
Terri Miller
greenangel9
Dec 12, 2011 1:57 pm
I have a thought on this - did you cut and paste this code? If you did try going into your editor and replacing all of the single quotes (apostrophe) - in your...
13006
Sam Gates
sam.gates70
Dec 12, 2011 2:58 pm
... code? ... the single quotes (apostrophe) – in your editor highlight the single quote and type a new one. okay, this is rather embarassing .. You were...
13007
Bob Rossi
rossi@...
Dec 15, 2011 2:46 am
Hi...new overlib user. I just followed the install instructions on one of my web pages and got it to work fine, but the popup is displayed at the bottom of the...
13012
Melissa
colorado_pro...
Jan 1, 2012 5:03 am
Hi people, I just found out about this group, snooping around the main web site for overLIB. I think I made very nice use of overLIB, if you look at...
13013
reboughner0718
Jan 2, 2012 12:20 am
... It's not working because it can't find the code which it needs to execute. It looks to me as if the code for overlib is in your main directory but when...
13014
Melissa
colorado_pro...
Jan 2, 2012 1:30 am
... From what someone was telling me, each of the other pages only exists in a database, not in a directory where any human can find them. But anyway, I just...
13015
reboughner0718
Jan 6, 2012 4:08 pm
... I'm glad you got it working and that my suggestion worked. For your information, I figured it out by looking at the HREF value and noticed what appeared...
13024
joshfeingold
Apr 30, 2012 2:22 pm
This morning, I upgraded my browser to Firefox 12.0 and Overlib is no longer working. Basically, the popout works, but as soon as I try to mouse over it, it...
13025
Jeff
jeffshead@...
Apr 30, 2012 4:51 pm
Josh, I just updated FF and all of my popups on all of my sites still work the same as they did with FF11. If you provide a URL to your site, I'll see what...
13027
reboughner0718
Apr 30, 2012 6:57 pm
... Josh, Check the error console after you mouseover an overlib popup and see what sort of errors you're getting; that may be a clue to what's going on with...
13028
Josh Feingold
joshfeingold
May 1, 2012 12:10 pm
Jeff - Thanks for the reply. Can you double check and make sure that you are using FF12? I don't really have public access to the app, but if you do, I'll...
13029
Lonni J Friedman
beemer9
May 1, 2012 12:16 pm
FWIW, I'm also using Firefox12 and can *NOT* reproduce any issues with overlib....
13030
Josh Feingold
joshfeingold
May 1, 2012 1:02 pm
All - I have saved the webpage and hopefully, the issue will be replicated. http://allstafftech.com/searchContact.php.htm I have sense gone back to FF11 in the...
13031
Lonni J Friedman
beemer9
May 1, 2012 1:05 pm
... As someone else suggested, this page is loaded with errors. I'd guess that Firefox12 is far less forgiving and you're now seeing that. You need to fix...
13032
Josh Feingold
joshfeingold
May 1, 2012 1:10 pm
Thanks. I'll see what I can do with the errors...! ... -- Josh Feingold 404-993-3334...
13033
James Stewart
jds_y
May 1, 2012 4:40 pm
I am using FF12, and the situation you describe is apparent with my browser, too. I opened the page you provided in my FF12 browser, and indeed, the menus...
13034
Jeff
jeffshead@...
May 1, 2012 5:20 pm
Yea, try using the FireBug Add-on for FF to debug the page. Cheers, Jeff -- From: overlib@yahoogroups.com [mailto:overlib@yahoogroups.com] On Behalf Of Josh...
13035
Josh Feingold
joshfeingold
May 1, 2012 5:22 pm
Thanks everyone for your help. I'm going to see if I can close out all the errors and see if that fixes things. If anyone has an obvious answer, I'm all ears...
13036
Josh Feingold
joshfeingold
May 7, 2012 1:17 pm
Hi all! Well, I got down to one error (really just a warning) on the page: Warning: An unbalanced tree was written using document.write() causing data from the...
13037
reboughner0718
May 7, 2012 6:57 pm
... Josh, I don't find any calls to overlib on the page you reference. I see the loading of the module in a <script type="text/javascript" src="..."> but that...