Anyone noticed that overlib kills Google +1 javascript code--actually the latter kills overlib ;) . Just wondering if anyone has noticed this, or even better,...
Yeah it doesn't throw errors in Opera. But i've tested it with multiple computers (vista, xp and windows 7) using Mozilla and Internet explorer--both of these...
... Actually, it does throw an error in Opera 11.11 and I've isolated it to something in the plusone.js code that is doing it. By removing that call from...
unfortunately, the only solution I have is to not use both of them on the same page :( Since overlib is so embedded in our websites, that means no google +1...
Hi firstly great javascript library! very new to all this but the way all this has been documented has made using this a walk in the park! i do seem to have a...
... That's to be expected. What happens is that the middle link get covered by the popup which then fires a mouseout and the popup goes away then it uncovers...
... Your parentheses and single parentheses are unmatched. You've got 12 `"` and seven`'` in your statement. I believe the offender is the last single quote...
... 'Milestone ... ="self.status=39;Milestone ... and ... of ... 'Milestone ... ="self.status=39;Milestone ... I ... another ... functions ... `"` and seven`'` in...
... I would have to see the actual page before I could comment further. Besides why don't you just use the TEXTFONTCLASS command. My first instinct is to say...
Hi. I have a drupal website. Where <b>bold text</b>is employed the overlib message fails to respond to the stop bold command. Oh the trials of a humble...
... I don't see anything obviously wrong with your call (I assume that the lack a space in 'returnoverlib' and 'butthis39; are due to the way it was handled by...
How does one create a BORDER around a BACKGROUND image? My code: onMouseOver="overlib('', WIDTH, 144, HEIGHT, 20, CENTER, ABOVE, SNAPX, 5, SNAPY, 5,...
... Problem solved, the below code is what worked for me hope this helps someone else. overlib('<img src=\'shared/24.jpg\39; height=\'14192;' width=\39;144\'...
Hello, My requirement is: There is a datagrid. There is one column in that grid which shows the tooltip. Now here the tooltip text comes from the database and...
Hello, One more problem i'm facing is: i have an image which is rendered at the bottom left of the page. When i hover on it the tooltip exceeds below the page...
... If you could please post an URL to the page that is giving you problems that would be helpful for solving your problem. You can try making the popup...
Thank you for the reply. Sorry i haven't uploaded the page as it is not perfect. Here is the code: This is my code: <script type="text/javascript"> function...
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...
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...
... 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...
... 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()...
... 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...