<!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js" type="text/javascript"></script> <style type="text/css"> #Slide_button{ cursor:pointer; height: 48px; width: 67px; background: url(button.jpg) no-repeat; } #Slide_button:hover{ cursor:pointer; height: 48px; width: 67px; background: url(button_hover.jpg) no-repeat; } </style> </head> <body> <div id="SlideContent" style="display: none;"> <img src="http://rtm.ebaystatic.com/900/RTMS/Image/0683_GBH_DailyDeals_MFBB_980x270_Images_12_20_2012_9_58_22_691.jpg" style="position: relative; border: 1px solid #ccc;"> </br> <img src="http://rtm.ebaystatic.com/900/RTMS/Image/0777_GBH_Summer_Casual_MFBB_980x270_v1_2_14_2013_12_42_45_960.jpg" style="position: relative; border: 1px solid #ccc;"> </div> <div id="Slide_button" class="slideSign"> </div> <script type="text/javascript"> $(function(){ $('#SlideContent').css('display','none'); $('#Slide_button').click(function(){ $('#SlideContent').slideToggle('slow'); $(this).toggleClass('slideSign'); return false; }); }); </script> </body> </html>
<!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js" type="text/javascript"></script> <style type="text/css"> #Slide_button{ cursor:pointer; height: 48px; width: 67px; background: url(https://www.thaicreate.com/upload/stock/20130225125535.jpg) no-repeat; } #Slide_button:hover{ cursor:pointer; height: 48px; width: 67px; background: url(https://www.thaicreate.com/upload/stock/20130225125749.jpg) no-repeat; } .slideSign { background: url(https://www.thaicreate.com/upload/stock/20130225124354.jpg) no-repeat !important; } .slideSign:hover { background: url(https://www.thaicreate.com/upload/stock/20130225124420.jpg) no-repeat !important; } </style> </head> <body> <div id="SlideContent" style="display: none;"> <img src="http://rtm.ebaystatic.com/900/RTMS/Image/0683_GBH_DailyDeals_MFBB_980x270_Images_12_20_2012_9_58_22_691.jpg" style="position: relative; border: 1px solid #ccc;"> </br> <img src="http://rtm.ebaystatic.com/900/RTMS/Image/0777_GBH_Summer_Casual_MFBB_980x270_v1_2_14_2013_12_42_45_960.jpg" style="position: relative; border: 1px solid #ccc;"> </div> <div id="Slide_button" class="slideSign"> </div> <script type="text/javascript"> $(function(){ $('#SlideContent').css('display','none'); $('#Slide_button').click(function () { $('#SlideContent').slideToggle('slow'); $(this).toggleClass('slideSign'); return false; }); }); </script> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง