<!DOCTYPE html>
<html lang="en">
<head>
<title>Display Loading Image While Page Loads using jQuery</title>
<style>
p{font-size: 40px;}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
opacity: .8;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
$(".loader").fadeOut("slow");
});
</script>
</head>
<body>
<div class="loader"></div>
<h2> </h2>
</body>
</html>
Subscribe to:
Post Comments (Atom)
phprunner view custom filed status
if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...
-
http://www.asprunner.com/forums/topic/22786-sending-record-data-via-sms-twilio/
-
Sample Technic PHPRUNNER View Custom Video MP4 Hi Guy I just want to show you simple teknik Vie as seting for Phprunner 8 cOPY pA...
-
ms access print current record New database ms access Trick Technic printing current record Simaple view first page contoh database m...

No comments:
Post a Comment