zoukankan      html  css  js  c++  java
  • 留言框代码


    <style type="text/css">
    <!--
    .border
    {
    border:1px 1px 1px 1px solid #B60101;
    }

     .head{
      background: #B10202;
      border-1px;
      color:#FFFFFF;
      text-align:left;
      padding-left:10px;
      font-size:12px;
      200px;
    }
    .head_right{
    font-family:Webdings;
    20px;
     background: #B10202;
     text-align:right;

    }
    .head_right_span{
    font-family:Webdings;
    100%;
     background: #B10202;
     text-align:right;
     cursor:hand;
     padding-left:2px;
     color:#FFFFFF;
     font-size:12px;

    }
    .head_right_bg{
     background: #B10202;
    }
    .width{
    100%;
    height:120px;
    }
    .but{
    border:0px;
    background-color:#B60101;
    color:#FFFFFF;
    }
    -->
    </style>
    <table class="border" cellspacing="0"><tr ><td colspan="1"  class="head" valign="top">欢迎留言</td><td colspan="2" class="head_right_bg"><span id="idClose" class="head_right_span" onClick="this.innerText=this.innerText=='r'?('1'):('r')">r</span></td></tr><tr>
      <td colspan="3"><textarea name="idContent" class="width" rows="5"></textarea></td>
    </tr><tr>  <td colspan="3"><input name="idMobile" type="text"></td></tr><tr><td colspan="3"><input name="" type="button" value="发送留言" onClick="sendMessage()"  class="but">&nbsp;</td></tr></table>

  • 相关阅读:
    JavaBean理解
    你应该掌握的七种回归技术
    回归分析步骤
    rsync命令(同步/备份数据)
    获取客户端访问的ip地址
    SSO单点登陆
    产品分类之属性选择
    linux的SVN搭建与同步
    php 实现 mysql数据表优化与修复
    php程序备份还原mysql数据库
  • 原文地址:https://www.cnblogs.com/bestsaler/p/1835535.html
Copyright © 2011-2022 走看看