background-animated-001.xht (762B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> 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>