01_Uvod/Nadpis_06.htm


  1  <html xmlns:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3    <title>Nadpis_06</title>
  4    <?import namespace="t" implementation="#default#time2">
  5  </head>
  6  <body>
  7    <t:animate targetElement="Obj" attributeName="left"
  8       to="400" dur="5" autoReverse="true" repeatCount="indefinite" />
  9    <div style="height:70px; " >
 10      <h2 id="Obj" style="position:absolute; left:10px; top:30px; ">
 11        Kuk :-)
 12      </h2>
 13    </div>
 14    xxxxxxx
 15  </body>
 16  </html>