<script> function mouseOver1() { document.getElementById("img1").style.backgroundColor = "red"; } function mouseOut1() { document.getElementById("img1").style.backgroundColor = "#DFDEDE"; } function mouseOver2() { document.getElementById("img2").style.backgroundColor = "red"; } function mouseOut2() { document.getElementById("img2").style.backgroundColor = "#7F7F7F"; } </script> <body> <div id="1" style=" position:absolute; left:500px; width:200px; height:200px; background-color:#FFEDED;" onmouseover="mouseOver1()" onmouseout="mouseOut1()">รูปภาพที่ 1 </div> <div id="1" style=" position:absolute; left:500px; top:200px; width:200px; height:200px; " onmouseover="mouseOver2()" onmouseout="mouseOut2()">รูปภาพที่ 2 </div> <div id="img1" style="width:200px; height:200px; background-color:#DFDEDE;"></div> <div id="img2" style="width:200px; height:200px; background-color:#7F7F7F;"></div> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง