Looking for a little help on how to create a menu with mouseover images changing. Basically like that on www.mmo-champion.com the forum/what's new, etc. Looking for any help/script on how to get this done. Thanks.
I hope this will give you help http://www.webdevelopersnotes.com/tutorials/javascript/javascript_image_change_functions.php3
Hey I made a little quick CSS Hover Menu tutorial for you with downloadable zip file here => View Demo / Download Source
Well apparently you just got banned for whatever reason... But to clarify => The images are merely backgrounds so in the CSS you add the images... a { background: #fff url(image/source); } a:hover { background: #fff url(hover/image/source); } Hope this helps someone......... Cheers!~