06_Menu/Menu_01a.htm


  1  <html xmlns:t ="urn:schemas-microsoft-com:time">
  2  <head>
  3    <title>Menu_01</title>
  4    <?import namespace="t" implementation="#default#time2">
  5    <style>
  6      .Menu {position:absolute; left:10px; top:90px;
  7         height:20; width:150;
  8         border-width:1px; border-style:solid;
  9         text-align:center;
 10      }
 11    </style>
 12  </head>
 13  <body >
 14    <h2>Presun položky menu</h2>
 15    <span class="Menu" id="M1" > Kuko  </span>
 16  
 17    <t:animateMotion targetElement="M1" origin="parent"
 18       begin="2" dur="15" fill="freeze"
 19       path ="M 10 90 L 300 200"  />
 20  </body>
 21  </html>