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
Jquery Popup On Page Load Demo
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
No comments:
Post a Comment