Preserved Topic: Having trouble with setTimeout again: (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: The Moldy, Rainy State |
posted 08-30-2001 06:49
Okay, I just rebuilt the main menu on my website to save space, (old one was 370K, new one is only 170K), but when I tried to implement a setTimeout function on the roll-over, it didn't work. It pauses on the intermediary picture?!? Anyway, here is what is is supposed to do, (minus time-out function): |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-30-2001 08:20
You should modify setTimeout() functions to look like this: |
Bipolar (III) Inmate From: The Moldy, Rainy State |
posted 08-30-2001 10:25
I made the changes, (though I'm not sure what they specificaly instruct the code to do differently), but it still doesn't work. The changes can be seen at: |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-30-2001 16:51
Ahhh, I was in a hurry and forgot to put quotations marks, the correct code would be: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-30-2001 19:55
Setting setTimeout with a time interval of zero is sort of pointless, you can take that out of the setTimeout function, probably. |
Bipolar (III) Inmate From: The Moldy, Rainy State |
posted 09-09-2001 10:31 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 09-09-2001 15:24 |