On Wed, 28 Feb 2007 21:59:23 -0000, KZ8RT3 <> wrote:
> Hey all,
>
> There is some java code on a website that will not work on Mac OSX using
> Safari, Firefox, Camino, and Explorer and was wondering if anyone here
> knew if there was a fix. It is a floating button. It shows up but it is
> supposed to move with the window when you scroll down and I clicking on
> the menu item does not work. See the code below. Let me know if there is
> another function or script you need to see.
>
> //code for floating buttons
> var offSet = 15,tab=1;
>
> window.onScroll = timeButtons();
Despite the confusing similarity in names, Java and Javascript are two
very different things. You'll have more success posting this on
comp.lang.javascript.
Dan.
--
Daniel Dyer
https://watchmaker.dev.java.net - Evolutionary Algorithm Framework for Java