10_Prog/Set1.htm


  1  <?xml version="1.0" encoding="windows-1250"?>
  2  <!DOCTYPE html   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3    "DTD/xhtml1-strict.dtd">
  4  <html xmlns:t="urn:schemas-microsoft-com:time">
  5  <head>
  6    <title>Provok t:set</title>
  7    <meta http-equiv="Author" content="Imrich BURANSKY" />
  8    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
  9    <?IMPORT namespace="t" implementation="#default#time2">
 10    <style>
 11      #oDiv { height:70px; border:solid black 1px;
 12        text-align:center; padding:10px;
 13      }
 14    </style>
 15  </head>
 16  <body>
 17    <h2>Provok t:set</h2>
 18    <p>Zmena prvku div po 2 sekundách na 5 sekúnd.</p>
 19    <div id="oDiv" style="width:50px" >Zmena šírky!</div>
 20  
 21    <t:set targetElement="oDiv" attributeName="width" to="300" begin="2" dur="5"  />
 22  
 23  </body>
 24  </html>