Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

overlib · Discussions regarding implementing, using and developing overLIB.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1701
  • Category: JavaScript
  • Founded: Nov 15, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 10351 - 10381 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10351 pistolrussell Send Email Feb 2, 2006
1:33 pm
Hello, am new to JS and of course overlib -- looking for some help, please. The script and link combo below work -- the player button, when clicked, opens...
10352 Robert E Boughner
reboughner0718 Send Email
Feb 2, 2006
2:22 pm
... From this snippet of code that you've presented here, it looks as though the variables mytext and v are global variables. If v hasn't been set already you...
10353 pistolrussell Send Email Feb 2, 2006
9:11 pm
Thanks very much for the reply. As mentioned, am new to js and overlib. I found on this forum a discussion of global vs something relating to the use of...
10354 pistolrussell Send Email Feb 2, 2006
9:20 pm
PS Below is the part of your reply that I don't understand: "Your function returns the text string mytext but you need to supply the value of v for it to...
10355 Robert E Boughner
reboughner0718 Send Email
Feb 2, 2006
10:51 pm
... <snip> ... <snip> To be able to answer your questions I need to see the whole page and how things are set up. What your function does is to return a text ...
10356 Nell Bolen
pistolrussell Send Email
Feb 3, 2006
1:36 am
Hello, thanks again for a reply. The "player.Volume" is like "player.GetVolume()" in other media APIs -- it's part of this player's API and fetches the...
10357 Robert E Boughner
reboughner0718 Send Email
Feb 3, 2006
2:26 pm
... <snip> ... <snip> ... No this won't work, but try this. Define your function like this: function showvolume(num) { var current = num*.4; var mytext =...
10358 Nell Bolen
pistolrussell Send Email
Feb 3, 2006
6:02 pm
Hello, and thanks again. Didn't mean to be using a "round about method" -- just really don't know what in the world I AM doing. I realized some of the...
10359 Robert E Boughner
reboughner0718 Send Email
Feb 4, 2006
7:37 pm
... method" -- ... Wasn't meant to be criticizing. Its just that one can do more when we see the underlying page and what is actually going on so that we can ...
10360 pistolrussell Send Email Feb 4, 2006
8:33 pm
"Wasn&#39;t meant to be criticizing. Its just that one can do more when we see the underlying page and what is actually going on so that we can best help you...
10361 gideon5l2f Send Email Feb 4, 2006
9:17 pm
When I use the code FIXX and FIXY the popup flickers badly when moused over. For an example please move your mouse over the picture of the lake. ...
10362 Robert E Boughner
reboughner0718 Send Email
Feb 5, 2006
1:55 am
... No problem. Glad you got it working for you. I would change your function showvolume to this: function showvolume(v) { var mytext='', current; if (v) { ...
10363 Robert E Boughner
reboughner0718 Send Email
Feb 5, 2006
2:03 am
... lake. ... Yes, in a nutshell don't put the popup over the picture. What you're complaining about is completely normal behavior. You're using the picture...
10364 Nell Bolen
pistolrussell Send Email
Feb 5, 2006
2:36 am
Thanks again for your help. Have finally gotten the function to work with the online-survey.php version "a" you checked out. This js code, placed in the...
10365 pistolrussell Send Email Feb 6, 2006
4:35 am
Hello again, Just wanted to report that player controls on version "n" of the test player pages now work. It uses Bob's suggestions for JS to get the player to...
10366 Robert E Boughner
reboughner0718 Send Email
Feb 6, 2006
12:18 pm
... Glad that things are working well for you now. Just post back if there are any other problems. Bob...
10368 caroline_doorley
caroline_doo... Send Email
Feb 7, 2006
1:34 pm
Hi, I'm using overlib to show tooltips and I have to say I really like it, works great - the problem is I have a CSS/Javascript dropdown menu for the main...
10369 Robert E Boughner
reboughner0718 Send Email
Feb 7, 2006
3:45 pm
... If you could, would you post the URL to your page so that I can look into this matter? To eliminate this routine, change the lines at the bottom of the...
10370 Sandy Rogers
alsxuk Send Email
Feb 7, 2006
3:53 pm
I APOLOGISE FOR THIS NON-OVERLIB POST BUT I CANNOT GET THE SCRIPT TO WORK - I DO USE OVERLIB ON OUR WEBSITE IF THAT'S ANY SAVING GRACE! I am trying to get a...
10371 caroline_doorley
caroline_doo... Send Email
Feb 7, 2006
4:31 pm
Thanks Bob, I tried that fix but it made no difference. The site is actually a CMS, so I've extracted the essentials and put up a test page at...
10372 beach_boy_nc Send Email Feb 7, 2006
9:08 pm
Hello, I have a bunch of links. When I click on one of the links I want a popup to show above an image, which uses an areamap with div id's If the browser is...
10373 Robert E Boughner
reboughner0718 Send Email
Feb 7, 2006
10:11 pm
... Yes. Take a look at the Anchor Plugin which allows you to position a popup relative to a div with a valid id or a named image. That should help you out...
10374 Robert E Boughner
reboughner0718 Send Email
Feb 9, 2006
2:02 pm
Just want to let overLIB users, who also use Dreamweaver for HTML coding, know that I've updated my Dreamweaver Extension so that it now handles both overLIB...
10375 Robert E Boughner
reboughner0718 Send Email
Feb 10, 2006
5:54 pm
... Caroline, I believe your flickering is due to the way that you're mouseovers on the submenus are being implemented. I think this came from the ...
10376 kyle_sullivan1 Send Email Feb 11, 2006
3:15 am
I've done my best to find out the problem here. Please check out my Mambo site running GigCalendar which uses hover windows. www.masontylertrio.com For some...
10377 Robert E Boughner
reboughner0718 Send Email
Feb 11, 2006
12:41 pm
... Haven't looked at your site in detail but you need to check out the CSS that you are using for your tables. overlib uses a series of nested tables for...
10378 Michael Bishop
carnivorousj... Send Email
Feb 11, 2006
1:43 pm
Greetings everyone. I am new here, but I intend to become an active participant in this forum because the simple html command overlib is so very important to ...
10379 rallykarro Send Email Feb 12, 2006
3:19 pm
Hi, Trying to make overlib(4.21) to work on my dropdown boxes. Everything works when running IE, but not for example using firefox(1.5.0.1) or netscape(8.0.4)....
10380 Robert E Boughner
reboughner0718 Send Email
Feb 12, 2006
8:20 pm
... This code worked for me in FireFox 1.5.0.1 and Netscape 7.2. However, the popup became hidden when the select control was clicked to display the options...
10381 rallykarro Send Email Feb 12, 2006
9:15 pm
Hi, I was not clear in what not was working using Firefox or NS in my case. The problems I have using Firefox is the following: 1. The dropdown is displayed...
Messages 10351 - 10381 of 13067   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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