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...
Show off your group to the world. Share a photo of your group with us.

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 10351 - 10381 of 12718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10351
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...
pistolrussell
Offline Send Email
Feb 2, 2006
1:33 pm
10352
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 2, 2006
2:22 pm
10353
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...
pistolrussell
Offline Send Email
Feb 2, 2006
9:11 pm
10354
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...
pistolrussell
Offline Send Email
Feb 2, 2006
9:20 pm
10355
... <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 ...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 2, 2006
10:51 pm
10356
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...
Nell Bolen
pistolrussell
Offline Send Email
Feb 3, 2006
1:36 am
10357
... <snip> ... <snip> ... No this won't work, but try this. Define your function like this: function showvolume(num) { var current = num*.4; var mytext =...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 3, 2006
2:26 pm
10358
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...
Nell Bolen
pistolrussell
Offline Send Email
Feb 3, 2006
6:02 pm
10359
... 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 ...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 4, 2006
7:37 pm
10360
"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 best help you...
pistolrussell
Offline Send Email
Feb 4, 2006
8:33 pm
10361
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. ...
gideon5l2f
Offline Send Email
Feb 4, 2006
9:17 pm
10362
... 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) { ...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 5, 2006
1:55 am
10363
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 5, 2006
2:03 am
10364
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...
Nell Bolen
pistolrussell
Offline Send Email
Feb 5, 2006
2:36 am
10365
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...
pistolrussell
Offline Send Email
Feb 6, 2006
4:35 am
10366
... Glad that things are working well for you now. Just post back if there are any other problems. Bob...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 6, 2006
12:18 pm
10368
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...
caroline_doorley
caroline_doo...
Offline Send Email
Feb 7, 2006
1:34 pm
10369
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 7, 2006
3:45 pm
10370
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...
Sandy Rogers
alsxuk
Offline Send Email
Feb 7, 2006
3:53 pm
10371
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...
caroline_doorley
caroline_doo...
Offline Send Email
Feb 7, 2006
4:31 pm
10372
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...
beach_boy_nc
Online Now Send Email
Feb 7, 2006
9:08 pm
10373
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 7, 2006
10:11 pm
10374
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...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 9, 2006
2:02 pm
10375
... 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 ...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 10, 2006
5:54 pm
10376
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...
kyle_sullivan1
Offline Send Email
Feb 11, 2006
3:15 am
10377
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 11, 2006
12:41 pm
10378
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 ...
Michael Bishop
carnivorousj...
Offline Send Email
Feb 11, 2006
1:43 pm
10379
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)....
rallykarro
Offline Send Email
Feb 12, 2006
3:19 pm
10380
... 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...
Robert E Boughner
reboughner0718
Offline Send Email
Feb 12, 2006
8:20 pm
10381
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...
rallykarro
Offline Send Email
Feb 12, 2006
9:15 pm
Messages 10351 - 10381 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