Heim > Artikel > Web-Frontend > CSSBox -一个纯CSS Lightbox代替_html/css_WEB-ITnose
CSSBox
CSSBox -一个纯CSS Lightbox代替。An example page is available in the gh-pages branch, or online on GitHub Pages.
Upload cssbox.css to your server and add a stylesheet link to it in your CSS.
Add your images like this:
<img class="cssbox_thumb" tabindex=1 src="image_thumbnail.png" / alt="CSSBox -一个纯CSS Lightbox代替_html/css_WEB-ITnose" ><span class="cssbox_full"><img src="image_full.png" / alt="CSSBox -一个纯CSS Lightbox代替_html/css_WEB-ITnose" ></span>
When a visitor clicks the tumbnail, the fullsize preview will appear in the center of the screen.
Creative Commons Zero 1.0
项目地址: https://github.com/TheLastProject/CSSBox