background-animated-001

Animated Backgrounds

WeasyPrint

This browser

Flags
animated

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html lang="en">
 3 <head>
 4   <title>CSS Test: Animated Backgrounds</title>
 5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
 6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/animated/001.html" type="text/html">
 7   <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background">
 8   <meta name="flags" content="animated">
 9   <style type="text/css">
10    div {
11      background: url(support/animated.gif);
12      width: 47px; height: 46px;
13    }
14   </style>
15  </head>
16  <body>
17   <p>There should be an animated construction sign below.</p>
18   <div></div>
19  
20 
21 </body>
22 </html>