Preserved Topic: Ok Doc (or anyone else), I have a request (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 06-18-2000 17:28
ok, Doc, I was looking at your onmouse over scipt tutorial thing... anyway, think it would be possible for you to show us some new features, like delayed image changes (and whatever else you think is good). |
Bipolar (III) Inmate From: |
posted 06-18-2000 21:19
ok, I sorta figured out how to do the delays with the onMouseover. |
Maniac (V) Mad Scientist From: :morF |
posted 06-19-2000 01:26
Ok Then. More on this thread. Something that I would like to know is how do you make one image show until the whole page has finished loading, and then when it has finished loading, swap it with another image. You see what I want to happen is that I am building a new interface, and I have a few animated GIFs that I only want to show at certain times. One is of this holograhpic, translucent screen appearing. I only want to show it after everything is loaded, but I still want it to preload so that you don't get a jerky animation. There are links that require thatr screen for bringing their descriptions up, so I also want to know, how do you disable the links until after the animation of the screen appearing? |
Bipolar (III) Inmate From: |
posted 06-19-2000 03:33
Ok, I think you can do that by making a swap image script, then simple do a onLoad="swapwhatever()" |
Bipolar (III) Inmate From: |
posted 06-19-2000 04:10
Well, I made this resizing thing: |
Maniac (V) Inmate From: under the bed |
posted 06-19-2000 17:03
That's pretty cool! |
Bipolar (III) Inmate From: |
posted 06-19-2000 17:16
Thanks... the script I wrote above can easily be changed to make it change a layers left and top position (I think)... though I think the script I wrote probably has many problems... or there is an esay/better way (which, I wish someone would tell me). |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-19-2000 20:10
well thats pretty much all there is to that, but you are going to have problems in Netscape (you can't change width or height in NN) There is a workaround but it's pretty complicated. |