html - need to create popup looking with CSS properties -
I need to create a popup that looks with CSS properties for the div.
I need to show in that popup
"post-text" itemprop = "text"; Html & gt; & Lt; Top & gt; & Lt; Title & gt; LIGHTBOX EXAMPLE & lt; / Title & gt; & Lt; Style & gt; .black_overlay {display: none; Status: Completed; Top: 0%; Left: 0%; Width: 100%; Height: 100%; Background color: black; Z-index: 1001; -Moopness: 0.8; Opacity: .80; Filters: alpha (opacity = 80); }. White_content {display: none; Status: Completed; Top: 25%; Left: 25%; Width: 50%; Height: 50%; Padding: 16px; Limit: 16px solid orange; Background color: white; Z-index: 1002; Overflow: Auto; } & Lt; / Style & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; P & gt; This main content is to display the lightbox & lt; A href = "javascript: void (0)" onclick = "document.getElementById ('light'). Style.display = 'block'; document.getElementById ('fade'). Style.display = 'block'" & Gt; Here & lt; / A & gt; & Lt; / P & gt; & Lt; Div id = "light" class = "white_content" & gt; This lightbox content is & lt; Style.isplay = 'none' "& gt; ; Close & lt; / A & gt; & Lt; / Div & gt; & Lt; Div id = "fade" class = "black_overlay" & gt; & Lt; / Div & gt; & Lt; / Body & gt;
Comments
Post a Comment