darnpayne

pop up ask part 1

Aug 2nd, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. .popup_block{
  2. border:10px solid #000;
  3. border-radius:5px;
  4. display: none;
  5. background: #fff; /*background color is #fff*/
  6. padding-top: 20px;
  7. padding-bottom: 20px;
  8. padding-left: 40px;
  9. padding-right: 40px;
  10. float: left;
  11. position: fixed;
  12. top: 50%;
  13. left: 50%;
  14. z-index: 9999999999999999999999999999999999999999;
  15. }
  16. img.btn_close {/*the close button*/
  17. background-color:#fff;
  18. padding:1px;
  19. float: right;
  20. margin-top:-20px;
  21. margin-bottom:-20px;
  22. margin-right:0px;left:20px;
  23. }
  24. *html #fade {
  25. position: absolute;
  26. }
  27. *html .popup_block {
  28. position: absolute;
  29. }
  30. #fade {
  31. background-color:#000;
  32. display: none; /*--hidden by default--*/
  33. position: fixed; left: 0; top: 0; width: 100%; height: 100%;
  34. opacity: .6;
  35. z-index: 9999;
  36.  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment