•   What is an image rollover? When you put the mouse pointer over the image (hover) the image changes. It’s pretty easy to have this kind of mouseover effect…!! All you need to do is copy and paste the following code into your page or post: <a href=”Destination URL” target=”_top” onmouseover=”document.sub_but.src=’http://yourdomain.com/onroll.jpg‘” onmouseout=”document.sub_but.src=’http://yourdomain.com/normal.jpg‘”> <img src=’http://yourdomain.com/normal.jpg‘ style=”width:200px; […]

    Read More