don't know how to write it on my own, but is there anyway to write a code that will do this:
Let's say I have a 40x40 black block (image) that is also a link. Is there a way to write script so that when the mouse passes over the block, it changes to a custom made 40x40 block "underneath" it if you know what I mean?
I am using a program called Kompozer, and on the black block I have on my site, you can double click on it, goto advanced, and it has a Javascript tab where you can add JS. So all I can do it put "onmouseover" and "onmouseout"...hard to explain, check out the screenshot.
http://img234.imageshack.us/img234/9154/kompsq8.png
Of course that code doesn't work in the image...but why can't you just put the URL direct link to images you want up there, so much easier.
Soo...how can I do this? I can do it the hard way and copy/paste into my source code, but that is sooooo long and confusing, would take literally days.