#left{ background: #cecece; width: 15%; vertical-align:top; } #right{ background: #ffffff; height: 600px; vertical-align:text-top; }
// ตัวที่เอาไว้คลิกหุบเข้าดึงออกอะคะ <td width="1px" valign="top" style="background-image:url(<?php echo IMAGES_URL."global/bg_tab_leftmenu.jpg" ?>);background-repeat:repeat-y;"> <div id="HideShowButton" style="margin-top:120px;" align="left"><img src="<?php echo IMAGES_URL."global/icon/tocCollapse.gif" ?>" border="0"/></div> </td>
$(document).ready(function(){ $('#HideShowButton').click(function(){ if($('#left').is(":hidden")){ $('#left').show(); //$(this).text('Hide'); $(this).html('<img src="'+ImageURL+'global/icon/tocCollapse.gif" border="0"/>'); }else{ $('#left').hide(); //$(this).text('Show'); $(this).html('<img src="'+ImageURL+'global/icon/tocExpand.gif" border="0"/>'); } }).css('cursor','pointer'); });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง