P
ptic777
Вот код
<html>
<Head>
<title> Images</title>
<script>
function dyn()
{
Image1.filters(0).apply()
I1.style.visibility = "visible"
Image1.filters(0).Transition=8
Image1.filtes(0).play(2)
}
</script>
</head>
<body ONLOAD = "dyn()">
<div id = Image1 Style = "position:absolute;
heigth:200; wigth:300; left:10; top:10; filter:revealtrans">
<IMG Id = I1 style = "position:absolute; heigth:200; wigth:300; visibility:hidden" scr = t.gif>
</div>
</body>
</html>
но кртинка не появляется вообще. В чем ошибка?
<html>
<Head>
<title> Images</title>
<script>
function dyn()
{
Image1.filters(0).apply()
I1.style.visibility = "visible"
Image1.filters(0).Transition=8
Image1.filtes(0).play(2)
}
</script>
</head>
<body ONLOAD = "dyn()">
<div id = Image1 Style = "position:absolute;
heigth:200; wigth:300; left:10; top:10; filter:revealtrans">
<IMG Id = I1 style = "position:absolute; heigth:200; wigth:300; visibility:hidden" scr = t.gif>
</div>
</body>
</html>
но кртинка не появляется вообще. В чем ошибка?