Hi I have a couple of small images on my website and i want it to enlarge when someone put their mouse cursor over the image Does anyone know of the easiest way to to this? Cheers .
You have couple ways to do it: 1. using javascript; 2. using css, which is more preferable, because viewers might have javascript turned off; You can try searching google for "css image gallery". There are a lot of tutorials on what you are looking for.