Lightbox Css

  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Lightbox Css as PDF for free.

More details

  • Words: 100
  • Pages: 1
html,body { height : 100%; overflow : hidden; } div#lightbox { display: none; position: absolute; background: #000; top : 0; left : 0; -moz-opacity: 0.4; opacity: 0.4; filter: alpha(opacity=40); width: 100%; height: 100%; z-index : 10; xcursor : pointer; } div#lbcontent { position : absolute; margin : 0 auto; background :#ccc; padding : 10px; border-right : 1px solid #888; border-bottom : 2px solid #888; z-index : 50; display : none; } div.formhead { background : #efefef; font-size : 116%; line-height : 1.2em; font-weight : 600; padding : 5px; margin-bottom : 7px; cursor : move; border-bottom : 1px solid #ccc; }

Related Documents

Lightbox Css
October 2019 20
Lightbox Questions
December 2019 15
Css
November 2019 69
Css
May 2020 44
Css
November 2019 70
Css
October 2019 73