... if you want to display an image when you mouse over, then make your argument to overlib: \'' . tep_image(DIR_WS_IMAGES . $products['products_image'],'') ....
Hi all, Iam planning to use cewolf tags to generate charts for me. For this, I wrote jsp files in xml format. Now, browser is giving error as "XML Parsing...
... The <img> tag, like <hr>, <br>, etc, don't have a closing tag. These single tag elements are closed like this: <img width="xxx" height="yyy" src="ssssss"...
Can you provide us with a URL so we can actually take a look at the page? It is virtually impossible to try and troubleshoot this without actually seeing how...
When I run the code below it works in IE but comes up with undefined variable for "searchString." If I declare the searchString in the overlib code...for what...
I was able to fix the the searchString value to work in Firefox by using document.googleform.text234.value for getting the value out of the text box. But I am...
Hi, new user here. I have a simple overLib mouseover pop-up applied to a graphic which works great. Now I need to make the graphic a clickable link (not a text...
... document.googleform.text234.value should also work for IE; you might want to make sure that some value has been entered into your text box before you do...
... to a graphic which ... text link) to another page ... Blah.');" ... javascript:void(0) with the url would work ... Yes make your href a link to the page...
... Well, no luck. The mouseover disappeared and there was no link of any kind. Here's what I used: <a href="apple.com;"onmouseover="overlib(CAPTION, ...
... any kind. Here's what I ... You didn't do it correctly. You need to do this: <a href="http://www.apple.com;" onmouseover="overlib('blah,blah,blah', ...
... Thanks Bob. I copied and pasted your above example but the mouseover pop-up still vanishes and I get a text link which I don't want. Only the image should...
... applied ... (not a ... work. ... overlib('Blah Blah ... if your ... "return" ... site</a> ... pop-up still ... should be a clickable link. ... Can you...
... Here's a test page, http://studioeidolon.com/overlib_test.html. I'm not trying to call an image from within OL but instead simply apply the js to an image...
... and remove ... it should ... link of ... onmouseover="overlib('blah,blah,blah', ... "return" for ... set the ... not trying to call an ... already placed...
... Unfortunately, the answer is NO. You must close the popup by mousing over or clicking on the "Close" link when you have a CAPTION displayed. The overlib...
... Thanks Bob. I got it to work but what I did was split OL into separate onmouseout and onmouseover pieces and referenced the link from outside the OL call....
... pop-up ... clickable link ... get it to ... false value ... user from ... apple's ... mouseover ... image ... see what ... onmouseout="return ... is a good...
... I'm not sure I follow. I have the call in the Head tag and one in the 'onmouseover'. Is that what you mean or am I misunderstanding? Could you show how the...
... go to ... reads as ... removing the ... returns and ... was no ... want to ... /></a> ... that ... http://studioeidolon.com/overlib_test.html. I'm ... it...
... Thanks Bob, I see what you mean. I'm not sure how that extra call got in, it wasn't always there. I thought I had just the one overlib.js and the fade.js. ...
Hi, I need to display the content of an html page with overlib, is there a way or a plugin to do this? I know that I can customize the css and other properties...
Marco Bambini
marco@...
Mar 10, 2007 12:59 pm
11608
... Take a look at the unofficial plugin Position Cap (see description at http://overlib.boughner.us/plugins/positioncap_commands.html); in particular look at...
Basically I already created an extension that allows the mediawiki site to use the overlib tooltips to appear on the articles. The problem is that I can't seem...
Is there a way to display an image inside an overlib_bubble? I just need a simple <img src="..."> tag... but it doesn't seems to works... Thanks a lot for your...
Marco Bambini
marco@...
Mar 11, 2007 4:58 pm
11611
... I've never tried it before but if you just supply the text string: '<img src=\'...\'>' as the argument to overlib and include the commands BUBBLE and maybe...
I am new to overlib. I developed a site using overlib and it works great. I need to add a feature that if a popup is in sticky mode, and data being displayed...
I have a web site where I use overlib extensively. It is designed for older people who need extra help finding there way around the site. It works great. ...
... The easiest way would be to check the variable "o3_showingsticky" which will be 1 if the popup is sticky and still visible. As soon as it is closed then...