can any one hlep me out.. in java script image problem
This is a discussion on can any one hlep me out.. in java script image problem within the Graphic Design & Web Design Critique, Hello,
i have tried to manipulation image in java script...
<script language=javascript>
<!-- function Big(me)
{
me.height*= 3;
}
function Small(me)
{
me.height/= 3;
}
--> </script>
& try to expand mouse over the picture like:
<img src="Images/midsize/midC.jpg" height="150" border="0" onmouseover='Big(this);' onmouseout='Small(this);'>
i don't have ...