简单可蒙皮JQuery Lightbox

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了简单可蒙皮JQuery Lightbox相关的知识,希望对你有一定的参考价值。

Third step of the installation.
  1. <!--lightbox:start-->
  2. <!--Add on the footer of your page (Before the </body> tag) -->
  3. <div id="ShadowLightbox" class="ShadowLightbox">&nbsp;</div>
  4.  
  5. <div id="ContentLightbox" class="ContentLightbox">
  6. <div class="ContentLightboxTitle">
  7. <table width="100%" cellspacing="0" cellpadding="0">
  8. <tr>
  9. <td>
  10. <div id="titleLightbox">
  11.  
  12. </div>
  13. </td>
  14. <td align="right">
  15. <div id="LightboxCloseButton" class="ContentLightboxCloseButton" style="display:none; float:right;">
  16. <a href="javascript:CloseLightbox();">
  17. <img src="Images/BtClose.png" onmouseover="this.src='Images/BtCloseOver.png'"onmouseout="this.src='Images/BtClose.png'">
  18. </a>
  19. </div>
  20. </td>
  21. </tr>
  22. </table>
  23. </div>
  24.  
  25. <div id="bodyLightbox" class="ContentLightboxBody">
  26. <div id="wrapperLightbox" class="ContentLightboxWrapper">
  27. <span id="LightboxContent"></span>
  28. <input type="button" onClick="CloseLightbox();" id="LightboxButton" style="display:none;"></a>
  29. </div>
  30. </div>
  31. </div>
  32. <!--lightbox:end-->

以上是关于简单可蒙皮JQuery Lightbox的主要内容,如果未能解决你的问题,请参考以下文章

简单可蒙皮JQuery Lightbox

jQuery lightbox脚本,用于显示图像、视频等。触控式,响应灵敏,可完全定制。

JavaScipt实现LightBox效果

JQuery Lightbox代码

jQuery图片浏览控件lightBox

jQuery Lightbox图片放大预览