<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Untitled Page</title> <style type="text/css"> table { border-collapse:collapse; border-style:solid; border-width:1px; border-color:Black; } table td { border-width:1px; border-style:solid; } </style> <script language="javascript" type="text/javascript"> function changeColor(pCurrentCell) { var dc = document.getElementById("displayCell"); dc.style.backgroundColor = pCurrentCell.style.backgroundColor; } </script> </head> <body> <table cellpadding="10" > <tr> <td style="background-color:#ffeeee;" onmouseover="changeColor(this)">Red</td> <td rowspan="3" style="width:100px;" id="displayCell"></td> </tr> <tr> <td style="background-color:#eeffee;" onmouseover="changeColor(this)">Green</td> </tr> <tr> <td style="background-color:#eeeeff;" onmouseover="changeColor(this)">Blue</td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง