03_Nadpis/Nadpis_08a.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_08</title>
8 <?import namespace="t" implementation="#default#time2">
9 <style type="text/css">
10 .nadpis {
11 font-weight: bold; font-size: 40px; text-align: center; color:black;
12 }
13 </style>
14 </head>
15 <body>
16 <t:animateColor targetElement="Obj"
17 attributeName="Color" to="white"
18 dur="3" autoReverse="true" repeatCount="indefinite" />
19 <div style="height:50; " >
20 <div id="Obj" class="nadpis" >
21 Kuk :-)
22 </div>
23 </div>
24 xxxxxxx
25 </body>
26 </html>