cool welcome messages websites notification

Cool notification fix on top show when page load

Cool notification fix on top show when page load

<div id="notify" class="close success"></div>
<div style="padding:20px;"><a href="http://lesson8.blogspot.com/"><h2 class="what">Cool Welcome Messages!</h2></a><p><strong class="success"><a href="http://lesson8.blogspot.com/">http://lesson8.blogspot.com/</a></strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy <strong class="error">ERROR</strong> ever since the 1500s, when an unknown printer took a galley of type and <strong class="warning">WARNING</strong> it to make a type specimen book. It has survived not only five centuries, <strong class="info">INFO</strong> but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>

* {
    margin:0px;
    padding:0px;
}
#notify {
    position:relative;
    width:95%;
    height:30px;
    color:white;
    display:none;
    font-size:1em;
    line-height:1em;
    font-family: Arial, sans-serif;
    cursor:pointer;
    padding-left:30px;
    padding-top:13px;
}
.close {
    background:#77d3e0 url(data:image/gif;base64,R0lGODlhEAAQAMQcACVCgSVDhCtOmSxPmyhIjSM/eyM/fSZEhSM/fC1Rni1RnyRBgCdHiytNmCVDgypMlihIjixPnCtNlypMlSlLkydGiilKkSlKkCRBfyZFiCZEhv///wAAAAAAAAAAAAAAACH5BAEAABwALAAAAAAQABAAAAVxIAddFjU9UiMMUZQoCkOM5Zmu7VvJtImqLFdmNyP5bqyEZsjYbIwTJzCiWVacTwsWGThkhlisTeXoWsO1H6C8zIShqMW6G3bCMZg1Fmyv4eVOVXw9CAZ4c4JENAWFh2xWPBcFjIZ5j0wzHJONlmZMHCEAOw==) no-repeat 10px 50%;
}
.warning {
    background-color:orange;
}
.success {
    background-color:#73C27D;
}
.error {
    background-color:#E68E8A;
}
.info {
    background-color:#82ACDE;
}
$('#notify').click(function () {
    $(this).slideUp().empty();
});
$(function () {
    $('#notify').html('Cool Welcome Messages!').slideDown();
});
cool welcome messages websites notification cool welcome messages websites notification Reviewed by Bhaumik Patel on 8:12 PM Rating: 5