ccss.htm

来自「JAVA游戏大综合及各种特效,初学者比较有用。」· HTM 代码 · 共 53 行

HTM
53
字号
<html>
<script>
function css(cs)
{ie5menu.className=cs;
}
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
<style>
<!--
.aa          { background-color: #0979C4; color: #FFFFFF; font-family: Tahoma; font-size: 9pt; 
               border: 5 solid #FF0000 }
.bb          { background-color: #6699cc; color: yellow; font-family: Tahoma; font-size: 9pt; 
border: 5 solid #FFFF00 }
-->
</style>
</head>

<body>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="100">
    <tr>
      <td  onclick=css("aa") style="cursor:hand" align="center">css=aa</td>
    </tr>
    <tr>
      <td onclick=css("bb") style="cursor:hand" align="center">css=bb</td>
    </tr>
  </table>
  </center>
</div>

<p> </p>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="211" height="209">
    <tr>
      <td height="209" width="209" id=ie5menu>
        <p align="center">就看这里</td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>

⌨️ 快捷键说明

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