Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *html #fade {
- position: absolute;
- }
- #fade {
- display: none;
- background: #000;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- *html .popup_block {
- position: absolute;
- }
- .popup_block{
- display: none;
- background: #FFFFFF;
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 9999999999;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement