📄 05.htm
字号:
<html>
<head>
<title>弹跳的文本</title>
<meta http-equiv="目录类型" content="文本/html; 字符集=gb2312">
<style type="text/css">
<!--
a{font-style:normal;text-decoration:none;color:white}
a:hover {BACKGROUND:red;font-style:normal;text-decoration:none;color:yellow}
.white { color: #FFFFFF}
table { font-size: 9pt}
-->
</style>
</head>
<body bgcolor="#336699" topmargin="0" leftmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="font-size: 9pt;">
<tr bgcolor="#336699">
<td colspan="3" height="18"> </td>
</tr>
<tr>
<td bgcolor="#336699" width="18"></td>
<td align="center" bgcolor="#FFFFFF"> <br>
<table width="56%" border="0" cellspacing="0" cellpadding="0" height="355">
<tr>
<td rowspan="2" width="16" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="white" style="FONT-SIZE: 11pt;">
<tr bgcolor="#336699" bordercolor="#336699">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double;" height="70"><strong><a href="05.htm">演<br>
<br>
示</a></strong></td>
</tr>
<tr bordercolor="#009900" bgcolor="#009900">
<td style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double" height="70"><strong><a href="05c.htm">源<br>
代<br>
码</a></strong></td>
</tr>
</table>
</td>
<td rowspan="2" width="8" bgcolor="#336699"> </td>
<td align="center" style="BORDER-RIGHT: double; BORDER-TOP: double; FONT-SIZE: 12pt; BORDER-LEFT: double; BORDER-BOTTOM: double" bordercolor="#336699" valign="top" height="335"><br>
<b>弹跳的文本</b>
<hr width="92%" size="1" align="center">
<table width="90%" border="0" cellspacing="0" cellpadding="0" style="FONT-SIZE: 9pt;">
<tr>
<td colspan="2" height="8"></td>
</tr>
<tr>
<td width="40" valign="top">提示:</td>
<td>
<script language="JavaScript">
<!--
done = 0;
step = 4
function anim(yp,yk)
{
if(document.layers) document.layers["napis"].top=yp;
else document.all["napis"].style.top=yp;
if(yp>yk) step = -4
if(yp<60) step = 4
setTimeout('anim('+(yp+step)+','+yk+')', 10);
}
function start()
{
if(done) return
done = 1;
if(navigator.appName=="Netscape") {
document.napis.left=innerWidth/2 - 145;
anim(60,innerHeight - 60)
}
else {
napis.style.left=280;
anim(60,document.body.offsetHeight - 60)
}
}
//-->
</script>
<div id="napis"
style="position: absolute; top: 159px; width: 400px; height: 78px; left: 215px"><font size="5"><b>上下不停弹跳的文本</b></font></div>
<script language="JavaScript">
<!--
setTimeout('start()',10);
//-->
</script>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" class="white" bgcolor="#336699">当前位置:<a href="../../index.htm">首
页</a>→<a href="../index.htm">JavaScript</a>→<a href="index.htm#5">文本特效</a>→弹跳的文本</td>
</tr>
</table>
<br>
</td>
<td bgcolor="#336699" width="18"></td>
</tr>
<tr>
<td bgcolor="#336699"></td>
<td align="center" bgcolor="#336699" height="35"> <font color="#FFFFFF">··万旭网站工作室
设计发布··</font> </td>
<td bgcolor="#336699"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -