ハイライトON、OFF 変更削除不可 TIME指定 JavaScript指定 スタイルシート指定 カスタマイズ箇所
<HTML XMLNS:t="urn:schemas-microsoft-com:time">
<HEAD>
<TITLE>ロールオーバー</TITLE>
<STYLE type="text/css">
.time{behavior: url(#default#time2);}
</STYLE>
<?IMPORT namespace="t" implementation="#default#time2">
</HEAD>
<BODY>
<TABLE border="0" width="120" height="95" cellpadding="0" cellspacing="0">
<TR><TD align="center">
<A href="index.htm">
<IMG id="img1" src="image1.jpg" style="position:relative;border:0 solid blue;width:100;height:75;"></A>
</TD></TR></TABLE>
<t:animate targetElement="img1" attributeName="border-width" from="0" to="10" dur="0.5" begin="img1.mouseover" end="img1.mouseout" fill="hold" autoreverse="true" repeatCount="3" />
</BODY>
</HTML>
|