谁给一个TextBox的好看一点的样式?

解决方案 »

  1.   

    把TEXTBOX的边框设成NONE  把背景颜色写成透明
    找个好看的图片贴到后边。
    漂亮的很 
    TEXTBOX没有那么多属性?
    哈哈 在STYLE里写吧 在浏览器上是支持的。
      

  2.   

    .wizardTxtField
    {
    border: 0px;
    background-color: transparent;
    background-image: url(Img/txtFieldBg.gif);
    background-repeat: no-repeat;
    height: 22px;
    width: 144px;
    color: #0f2a43;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 5px;
    padding-top: 4px;
    padding-left: 2px;
    }