03_Nadpis/Nadpis_09.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    <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
  7  <title>Nadpis_09</title>
  8    <?import namespace="t" implementation="#default#time2">
  9    <style type="text/css">
 10    .nadpisx {
 11    FONT-WEIGHT: bold; FONT-SIZE: 40px; BACKGROUND-COLOR: red; TEXT-ALIGN: center;
 12    } 
 13    .nadpis {
 14    font-weight: bold; font-size: 40px; background-color: red; text-align: center;
 15    } 
 16    </style>
 17  </head>
 18  <body>
 19    <t:animate targetElement="Obj" attributeName="fontSize" to="10"
 20      dur=".5" autoReverse="true" repeatCount="indefinite" />
 21    <t:animateColor targetElement="Obj"
 22      attributeName="backgroundColor" to="yellow"
 23      dur="3" autoReverse="true" repeatCount="indefinite" />
 24    <div  style="height:50; " >
 25      <div id="Obj"  class="nadpis" >
 26        Kuk :-)
 27      </div>
 28    </div>
 29    xxxxxxx
 30  </body>
 31  </html>