The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
So, just one question..... what the hell does all that mean???
... the way I did it only took a few easy lines... :o).
If you visit my site ampster-web.co.uk you can borrow it out of the front page.... Happy coding
Swapimg changes the image of your button to another one when you mouse over (say, of a different color)
Imagerestore puts the first image back when you mouse out
Preload images makes the images for the rollovers load when the ages load, so that when you mouseover, the swapped image is allready in cache
Dunno about the findobject one, perhaps turbo knows.
If youre copying the code from one site to another, make sure you get the body tag, this is where you list the images to preload, and get the button display tag.
Make sure on your button tag that you change the names, each one has to be different even if the images are the same, and that the names of the buttons are not numerical.
Hope this is of some use.
Although it's still perfectly legal JS, it's very compacted and virtually unreadable. If it was expanded, it would all make sense.
So, just one question..... what the hell does all that mean???