Search the web
Sign In
New User? Sign Up
overlib · Discussions regarding implementing, using and developing overLIB.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11581 - 11614 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11581
... 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'],'') ....
Robert E Boughner
reboughner0718
Offline Send Email
Mar 1, 2007
3:48 pm
11583
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...
Shanti Sarada
vattipalli2000
Offline Send Email
Mar 5, 2007
10:41 am
11584
... 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"...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 5, 2007
3:27 pm
11585
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...
p_gilzow
Offline Send Email
Mar 5, 2007
3:31 pm
11589
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...
Ben jkl
bennyboom12345
Offline Send Email
Mar 7, 2007
7:26 pm
11590
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...
bennyboom12345
Offline Send Email
Mar 7, 2007
8:18 pm
11591
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...
studioeidolon
Offline Send Email
Mar 7, 2007
9:21 pm
11592
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 7, 2007
9:53 pm
11593
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 7, 2007
9:58 pm
11594
... 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, ...
studioeidolon
Offline Send Email
Mar 7, 2007
10:45 pm
11595
... 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', ...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 8, 2007
12:21 am
11596
... 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...
studioeidolon
Offline Send Email
Mar 8, 2007
3:31 pm
11597
... applied ... (not a ... work. ... overlib('Blah Blah ... if your ... "return" ... site</a> ... pop-up still ... should be a clickable link. ... Can you...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 8, 2007
6:29 pm
11598
... 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...
studioeidolon
Offline Send Email
Mar 8, 2007
6:57 pm
11599
Hi Guys, I am using overlib to display a sticky popup in an different frame the same as what has been done as per the following link. ...
Xi Liu
xliu99
Offline Send Email
Mar 8, 2007
9:17 pm
11600
... and remove ... it should ... link of ... onmouseover="overlib('blah,blah,blah', ... "return" for ... set the ... not trying to call an ... already placed...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 8, 2007
9:24 pm
11601
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 8, 2007
9:31 pm
11602
... 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....
studioeidolon
Offline Send Email
Mar 8, 2007
9:43 pm
11603
... pop-up ... clickable link ... get it to ... false value ... user from ... apple's ... mouseover ... image ... see what ... onmouseout="return ... is a good...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 9, 2007
12:34 am
11604
... 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...
studioeidolon
Offline Send Email
Mar 9, 2007
12:53 am
11605
... go to ... reads as ... removing the ... returns and ... was no ... want to ... /></a> ... that ... http://studioeidolon.com/overlib_test.html. I'm ... it...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 9, 2007
2:54 pm
11606
... 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. ...
studioeidolon
Offline Send Email
Mar 9, 2007
3:12 pm
11607
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@...
Send Email
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...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 10, 2007
3:19 pm
11609
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...
vinfangnuker
Offline Send Email
Mar 11, 2007
8:18 am
11610
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@...
Send Email
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...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 11, 2007
9:04 pm
11612
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...
josephadds
Offline Send Email
Mar 12, 2007
5:37 pm
11613
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. ...
Shane Lambert
wsor.fan
Offline Send Email
Mar 12, 2007
6:42 pm
11614
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Mar 12, 2007
8:47 pm
Messages 11581 - 11614 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help