<input type="text" name="userid" size="16" maxlength="16" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 9pt; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-LEFT: 0px; COLOR: BLACK; BORDER-BOTTOM: #000000 1px solid">

解决方案 »

  1.   

    用CSS啊。
    <style>
    .textfield
    {
    border-right: 0px solid;
    border-top: 0px solid;
    font-size: 9pt;
    margin: 1px;
    border-left: 0px solid;
    border-bottom: 1px solid;
    font-style: normal;
    font-family: "宋体";
    background-color: transparent;
    }
    </style>
    <input type = "text" name="hello" class="txtfield" size="10">
      

  2.   

    <input type = "text" name="hello" style="border:0px;border-bottom:1px solid red" size="10">
      

  3.   

    看他的原文件:
    用户名:
    <input type="text" name="userid" size="16" maxlength="16" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 9pt; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-LEFT: 0px; COLOR: BLACK; BORDER-BOTTOM: #000000 1px solid">
      

  4.   

    你可以直接看它的原文件然后一copy就可以了。
    然后你再理解一下就over了。
      

  5.   

    我自己昨晚试佐好耐,终于俾我搞明白啦,我用css控制
    不过都好多谢大家。:)