Take a look at the code: there's a preload images, which preload the full-color images, and a load of the initial difuminated images.
To do the rollover there's some different ways, but are very similar. The trick is to change the src of the img tag with a onMouseOver (like that code) and onMouseOut.
onMouseOver: change the difuminated image into the full-color
onMouseOut: change the fullcolor into the difuminated.
Just preload the images to make a fast roll.
jbosch(vosk)
Main Topics
Browse All Topics





by: casenovaPosted on 2003-05-31 at 09:29:09ID: 8620469
Please answer quickly!