Hi This Is ScorpionZ
I have an Image Gallery and have a PHP code toooo,,,,I Wana know How to Enlarge image when my mouse Over Image
Here is the Code:
<html>
<head>
</head>
<body>
<table class="details-box-products" width="511" border="1">
<tr>
<td width="213" rowspan="4" bgcolor="#EFEFE9" align="center">
<strong><a href="#"><img src="./uploaded_images/<?php echo $prod_up_img; ?>" name="prod_up_img" id="prod_up_img" onMouseOver="" width="209" height="175" /></a></strong>
</td>
</tr>
<table>
</body>
</html>
What type of JavaScript needs to Apply... I have no idea about that.....
Any Response back Will be highly Appreciated with great Interest
Thanks and Regards
Scorpionz
In Addition I have Safe the Image name in DB and Getting the image by name it is Stored in Server....