mugzy0130
04-01-2004, 08:38 PM
How do i resize the image onmouseover? The image is small and I want to the image to increase size when you place the mouse over the image. Is it possible? here is the code I am currently using but I dont know where to place the new size info.
<a href="/images/viewsonic1.jpg" height="96" width="154" border="1" target="viewsonic"
onmouseover="maintool.src='/images/viewsonic3.jpg'; return true;"
onmouseout="maintool.src='/images/viewsonic3.jpg'; return true;">
<img src="/images/viewsonic3.jpg" height="96" width="154" border="0" name="maintool" id="maintool" alt="maintool"/>
This is my first post here am new, sorry if I posted it in the wrong board.
<a href="/images/viewsonic1.jpg" height="96" width="154" border="1" target="viewsonic"
onmouseover="maintool.src='/images/viewsonic3.jpg'; return true;"
onmouseout="maintool.src='/images/viewsonic3.jpg'; return true;">
<img src="/images/viewsonic3.jpg" height="96" width="154" border="0" name="maintool" id="maintool" alt="maintool"/>
This is my first post here am new, sorry if I posted it in the wrong board.
