9.htm

来自「JScript网页特效,包含很多的实现网页特效的方法.」· HTM 代码 · 共 39 行

HTM
39
字号
<html>
<head>
<title>第九章 页面特效</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
table {  font-family: "宋体"; font-size: 13px}
A:link {text-decoration: none; color: 000000}
A:visited {text-decoration: none; color: 000000}
A:active {text-decoration: color: ff0000}
A:hover {text-decoration: none; color: ff0000; font-weight: bold}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<table width="270" border="0" align="center">
  <tr align="center"> 
    <td width="20">&nbsp;</td>
    <td><b>第九章 页面特效</b><br>
      <br>
      <table width="250" border="0">
        <tr> 
          <td><a href="9/9-1.htm" target="_blank">§9.1 自动向下滚动的页面</a><br>
            <a href="9/9-2.htm" target="_blank">§9.2 页面从中间向两边打开</a><br>
            <a href="9/9-3.htm" target="_blank">§9.3 控制用户输入文本个数</a><br>
            <a href="9/9-4.htm" target="_blank">§9.4 文本框栏目介绍</a><br>
            <a href="9/9-5.htm" target="_blank">§9.5 会变色的表格框</a><br>
            <a href="9/9-6.htm" target="_blank">§9.6 变幻的彩色文字</a><br>
            <a href="9/9-7.htm" target="_blank">§9.7 旋转的文字</a><br>
            <a href="9/9-8.htm" target="_blank">§9.8 模仿进度条效果</a></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?