Monday, December 15, 2014

http://www.csswithjquery.com/search/label/Css%20Popups

http://www.csswithjquery.com/search/label/Css%20Popups

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

No comments:

Post a Comment