?? 35.html
字號(hào):
<html>
<head>
<title>下折文字</title>
<style>
.F1 {filter: blur(Strength=20); /*設(shè)置下折寬度*/
width=500px;
height=50px;}
.F2 {filter: blur(Strength=20); /*設(shè)置下折寬度*/
width=200px;
height=50px;}
.F3 {filter: blur(Strength=20); /*設(shè)置下折寬度*/
width=100px;
height=50px;}
</style>
<SCRIPT LANGUAGE="JavaScript">
var rate = 1000 //設(shè)置下折間隔時(shí)間
var i = 0;
var F = 'F1';
function doThing() {
if (document.getElementById && document.all) {
ok = true;
i++;
if (i==1) F = 'F1';
if (i==2) F = 'F2';
if (i==3) F = 'F3';
dd.className = F;
if (i > 2) i = 0;
timer = setTimeout('doThing()', rate);
}
}
</script>
</head>
<body onLoad="doThing()">
<table width="450" cellspacing="0" cellpadding="10">
<tr>
<td>
<font face="Arial" size="4" color="red">
<p id="dd"> <b><a href="http://www.sina.com.cn">新浪網(wǎng)站</a> - 該是一個(gè)綜合性的全方位的網(wǎng)站<big>*歡迎光臨*</big></b>
</p>
</font>
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -