So the best I could find to help have an image zoom a tad bit larger was this code:
onmouseover="this.width=175;this.height=75;" onmouseout="this.width=150;this.height=50"
Is there any better alternative to make it zoom larger, as in you can see it instead of the image just simply re-sizing in a blip?
Thanks :)