Return to Snippet

Revision: 40939
at February 10, 2011 06:47 by Whiteagle


Initial Code
<!--lightbox:start-->
<!--Add on the footer of your page (Before the </body> tag) -->
<div id="ShadowLightbox" class="ShadowLightbox">&nbsp;</div>

<div id="ContentLightbox" class="ContentLightbox">
  <div class="ContentLightboxTitle">
    <table width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td>
          <div id="titleLightbox">

          </div>
        </td>
        <td align="right">
          <div id="LightboxCloseButton" class="ContentLightboxCloseButton" style="display:none; float:right;">
            <a href="javascript:CloseLightbox();">
              <img src="Images/BtClose.png" onmouseover="this.src='Images/BtCloseOver.png'"onmouseout="this.src='Images/BtClose.png'">
            </a>
          </div>
        </td>
      </tr>
    </table>
  </div>

  <div id="bodyLightbox" class="ContentLightboxBody">
    <div id="wrapperLightbox" class="ContentLightboxWrapper">
      <span id="LightboxContent"></span>
      <input type="button" onClick="CloseLightbox();" id="LightboxButton" style="display:none;"></a>
    </div>
  </div>
</div>
<!--lightbox:end-->

Initial URL
http://www.digitalwks.com/blogs/diogo-raminhos/simple-skinnable-jquery-lightbox

Initial Description
Third step of the installation.

Initial Title
Simple Skinnable JQuery Lightbox

Initial Tags
simple, jquery

Initial Language
HTML