Changing ImagesWell, changing images is not just Dynamic HTML. It is javascript. I will explain this for next changing with moving. It is very simple as you know(or not). ImageName = new Image; ImageName.src = 'Image's URL'; This is image preload part. function ImageChanging(ImageName,N) { document.Images(ImageName).src = N.src } This is fuction for ImageChanging. ImageName is name tag from img tag. N is one of
preload ImageName. It will be changed from ImageName to N. |