top.htm

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

HTM
71
字号
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script src="coolbuttons.js"></script>
<style>
.coolBar{background: buttonface;border-top: 1px solid buttonhighlight;	border-left: 1px solid buttonhighlight;	border-bottom: 1px solid buttonshadow; border-right: 1px solid buttonshadow; padding: 2px; font: menu;}"
.coolButton {border: 1px solid buttonface; padding: 1px; text-align: center; cursor: default;}"
.coolButton IMG	{filter: gray();}"
.line1{
background:buttonface;
border-right:1px solid buttonshadow;border-left:1px solid buttonhighlight;
border-bottom:1px solid buttonshadow;border-top:1px solid buttonhighlight;
width:3px;height:21px}
.line2{width:2px;height:21px;border-left:1px solid buttonshadow;border-right:1px solid buttonhighlight}
.9pit {  font-family: "宋体"; font-size: 12px}
.outline{
width:100%;border-right:1px solid buttonhighlight;
border-left:1px solid buttonshadow;
border-bottom:1px solid buttonhighlight;
border-top:1px solid buttonshadow}
</style>
</head>

<body bgcolor=buttonface leftmargin="0" topmargin="0">
<div class="outline" style="width:100%">
  <table class="coolBar" width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr> 
      <td width="2"><span class=line1></span></td>
      <td  width="74"> <span class="coolButton" style="width:74px" onClick="top.window.location='http://www.coolbi.com'"> 
        <table width="74" border="0" class="9pit" cellpadding="1" cellspacing="0">
          <tr> 
            <td><img src="home.gif" width="16" height="16"></td>
            <td valign="bottom">返回首页</td>
          </tr>
        </table>
        </span> </td>
      <td width="8" align="center"><span class=line2></span></td>
      <td width="74"><span class="coolButton" style="width:74px" onClick="window.location='#'"> 
        <table width="74" border="0" class="9pit" cellpadding="1" cellspacing="0">
          <tr> 
            <td><img src="htmlicon.gif" width="16" height="16"></td>
            <td valign="bottom">我的栏目</td>
          </tr>
        </table>
        </span></td>
      <td width="8" align="center"><span class=line2></span></td>
      <td width="74"><span class="coolButton" style="width:74px" onClick="window.location='#'">
        <table width="74" border="0" class="9pit" cellpadding="1" cellspacing="0">
          <tr> 
            <td><img src="htmlicon.gif" width="16" height="16"></td>
            <td valign="bottom">我的栏目</td>
          </tr>
        </table>
        </span></td>
      <td width="8" align="center"><span class=line2></span></td>
      <td width="74"><span class="coolButton" style="width:74px" onClick="window.location='mailto:future3@yeah.net'">
        <table width="74" border="0" class="9pit" cellpadding="1" cellspacing="0">
          <tr> 
            <td><img src="mail.gif" width="16" height="16"></td>
            <td valign="bottom">给我来信</td>
          </tr>
        </table>
        </span></td>
      <td>&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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