Simple Jquery Popup on page load

This is a tutorial of very usefull and simple Jquery Popup on page load.Just copy and paste this code in your web design and enjoy this popup. You may customize this popup as according to your need.

CSS

#popup
{
 width:560px;
 height:360px;
 background:#00CC33;
 color:#fff;
 padding:20px;
 position:absolute;
 top:0%;
 left:50%;
 margin-top:-500px;
 margin-left:-250px;
}
#popup h1
{
 margin:0px;
 padding:0px;
}

Jquery



HTML



Download File Used in this example View Live Demo

Total Downloads:

No comments:

Post a Comment