Jump to content

john256

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by john256

  1. Try this one code :

     

    <div id="outPopUp"></div>
    #outPopUp {
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
    background: red;
    }
×
×
  • Create New...