Topic awaiting preservation: layers not working on the mac (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Phoenix, Az, USA |
posted 09-01-2002 08:22
Hi all, |
Maniac (V) Inmate From: there...no..there..... |
posted 09-01-2002 16:03
I think that I am confused on what you what to do. Are you wanting to have the layers switch back and forth when the page loads? So every 4500 milseconds, the layers switch? |
Obsessive-Compulsive (I) Inmate From: Phoenix, Az, USA |
posted 09-01-2002 21:57
Yeah that's it exactly. Imagine that there are two text layers positioned right on top of each other. When the page loads, only one is visible, every 4500 milliseconds, the visible layer gets hidden, and the other hidden layer becomes visible. Then after 300 milliseconds (note the call to setTimeout in the showOpen() function) they switch back.....this continues forever, in a loop, so that in another 4500 milliseconds the layers switch again. |
Maniac (V) Inmate From: there...no..there..... |
posted 09-02-2002 19:47
Well I think that it may have to do with what version of browser they are using on MAC. I think that you would probably have better luck with it if you did just use one layer and then show/hide that one layer. |
Obsessive-Compulsive (I) Inmate From: Phoenix, Az, USA |
posted 09-02-2002 21:30
I'm now thinking it might be a problem with the setTimeout() and setInterval functions. Has anyone had problems using those functions with a MAC? |
Obsessive-Compulsive (I) Inmate From: Phoenix, Az, USA |
posted 09-04-2002 09:21
After much research on cross browser and platform coding, I found this |