<script> function bigImg(x) { x.style.height = "500px"; x.style.width = "500px"; } function normalImg(x) { x.style.height = "130px"; x.style.width = "130px"; } </script> echo "<td><img onmouseover="bigImg(this)" onmouseout="normalImg(this)" border="0" src=\"../upload/".$row["pro_pic1"]."\" width='130'/></td>";
<script> function bigImg(x) { x.style.height = "500px"; x.style.width = "500px"; } function normalImg(x) { x.style.height = "130px"; x.style.width = "130px"; } </script> <?php echo "<td><img onmouseover='bigImg(this)' onmouseout='normalImg(this)' border='1' src='http://ichef.bbci.co.uk/news/976/cpsprodpb/12787/production/_95455657_3312a880-230e-474c-b1d9-bb7c94f8b00e.jpg' width='130' height='130'/></td>"; ?>
$imgall = $row["pro_pic1"]; echo "<td><img onmouseover='bigImg(this)' onmouseout='normalImg(this)' border='1' src='../upload/$imgall' width='130' height='130'/></td>";
<?php // code อื่นๆ ?><td><img onmouseover="bigImg(this)" onmouseout="normalImg(this)" border="0" src="../upload/<?=$row["pro_pic1"]?>" width="130" /></td> <?php // code อื่นๆ
[tagname|classname]{ width: 100px;} [tagname|classname]:hover { transform: scale(1.2, 1.2); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง