<style type="text/css">
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/
@-webkit-keyframes blinker {
from {opacity: 1.0;}
to {opacity: 0.0;}
}
.blink{
text-decoration: blink;
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.6s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
}
</style>
Sample
<body>
<span class="blink">in 7 Second will return to Login Page </span>
Tuesday, March 14, 2017
Subscribe to:
Posts (Atom)
phprunner view custom filed status
if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...
-
< html > < body > < table > < tr >< td >Text to Save:</ td ></ tr > < tr ...
-
ms access print current record New database ms access Trick Technic printing current record Simaple view first page contoh database m...
-
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Simple Modal Popup using JavaScript ...