帮帮忙,逼不得已,不得不顶!!!!解决不了,帮我顶都给分!
举个例子,这样的代码,ie6的用户应该都能看到效果,但是win2003系统上就是没有效果,
有谁能找出办法或者提供线索!!<HTML XMLNS:t = "urn:schemas-microsoft-com:time">
<HEAD>
<TITLE>Applying multiple transitions</TITLE>
  <STYLE>
    .time {behavior: url(#default#time2);}
  </STYLE>
  <LINK REL="stylesheet" HREF="/workshop/samples/samples.css" TYPE="text/css">
<?import namespace = t urn = "urn:schemas-microsoft-com:time" implementation = "#default#time2" />
</HEAD>
<BODY>
<H1>Applying multiple transitions</H1>
<p>The following example shows how to apply multiple transitions simultaneously to renderable content.</p><t:TRANSITIONFILTER id="tran1" TYPE="barWipe" DUR="5" TARGETELEMENT="oDiv"/><t:TRANSITIONFILTER id="tran2" TYPE="fade" DUR="5" TARGETELEMENT="oDiv"/><DIV CLASS="time" ID="oDiv" STYLE="background:#e4e4e4; width:535px; font: italic bold large arial; color:red; padding:10px;">
This div has fade and barwipe types applied.
</DIV>
<BR><BR>
<button onclick="tran1.beginElement(); tran2.beginElement();">Replay Animation</button>
<BR/><BR/><BR/>
<p class="viewsource" >To view the source code, right-click this page and choose View Source from the shortcut menu that appears.</p><!-- Copyright -->
<A class="copyright" HREF="http://www.microsoft.com/isapi/gomscom.asp?TARGET=/info/cpyright.htm" TARGET="_top"> 
&copy; 2002 Microsoft Corporation. All rights reserved. Terms of use.
</A>
</BODY>
</HTML>