Preserved Topic: image rollovers (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Helena, Montana, USA |
posted 05-25-2000 07:03
Alright on my site, Digital Matrix Design www.digitalmatrixdesign.com/test I have a double image rollover, the nav and the tv screen. Apparantly it works on my friends computer, on another friends it just gives an error message, and on mine it only does the nav rollover but not the tv. If you give me any clue as to what the hell is going on I'll give you a quarter.<P>Matt "affliction" Gorecki |
Maniac (V) Inmate From: under the bed |
posted 05-25-2000 07:49
Maybe I'm just not looking hard enough (it's 2:00 am afterall) but I don't see where you call the function to change the tv screen image, only the nav part.<P>:::What care I how time advances? I am drinking Ale today. -- Edgar Allen Poe::: |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 05-25-2000 09:09
OK, it seems to work, but slowly. You appear to have a preloading bit in your code, but when you call the image, you're calling it by URL, not by it's array postion! array[0].src, array[1].src, etc... This makes it call the image again from the server for me, but I do have my cache mostly disabled for designing reasons. I also get a small space under the screen and the bottom button? Best look into that too. Getting there.<P><IMG SRC="http://www.ozones.com/forum/siggie.gif" border=0> |