what really would be before css.
Lightboxes are only those divs that are absolutely located (they move with the page) or fixed (they are located relative to the browser window.
Basic HTML Lightbox
<div class="lightbox_wrapper">
<div class="lightbox">
lightbox content uploaded by ajax
</div>
</div>
Basic CSS for scrolling lightboxes
div.lightbox {height: 250px; width: 250px; Margin: auto; position: relative; }
div.lightbox_wrapper {height: 250px; width: 100%; top: 200px; left: 0 position: absolute; }
Basic CSS for fixed lightbox in view mode
div.lightbox {height: 250px; : 250px; : ; : ; }
div.lightbox_wrapper {height: 250px; : 100%; : 200px; left: 0 : ;}
, css, DOM . , css, , , . css , .
CSS,
div.lightbox_wrapper {height: 250px; : 100%; : 200px; left: 0 position: fixed ! important;}
, , ...