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>

  • 相关阅读:
    子网掩码
    子网
    ARP
    IPv6
    Host-Only(仅主机模式)
    NAT(地址转换模式)
    Bridged(桥接模式)
    VMware配置网络/Linux
    three months timestamp
    spring cloud禁止输出日志:ConfigClusterResolver : Resolving eureka endpoints via configuration
  • 原文地址:https://www.cnblogs.com/bestsaler/p/1835535.html
Copyright © 2011-2022 走看看