<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </script> <style> * { margin:0; padding:0; } html, body { background:#CCFFFF; height: 100%; /* hack IE6 */ overflow:auto; /* hack IE6 */ } #popup{ display:none; } #popup .bgPopup{ position:fixed !important; position: absolute; /*ie6 and above*/ left:0; top:0; background-color:#000000; width:100%; height:100%; opacity:.5; MozOpacity:.5; KhtmlOpacity:.5; filter: alpha(opacity=50); } #popup .inner{ position:fixed !important; position: absolute; /*ie6 and above*/ margin: auto !important; top: 35%; left: 35%; width: 200px; height: 200px; background-color:#FFFFFF; color:#0000CC; } </style> <script> function fncShow(){ document.getElementById('popup').style.display="inline"; } function fncHide(){ document.getElementById('popup').style.display="none"; } </script> </head> <body> <input type="button" value="showPopup" onclick="fncShow()"/> <div id="popup" > <div class="bgPopup"></div> <div class="inner"> test <br/>ทดสอบ <br/> <input type="button" value="hidePopup" onclick="fncHide()"/> </div> </div> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง