android - 删除html输入文本中的下划线(不是android EditText)

时间:2015-06-24 14:31:02

标签: android textbox

就是这样,我需要删除html文本框中文本中的黑色下划线。我已尝试使用text-underlinespellcheck=false,但它无效。

1 个答案:

答案 0 :(得分:0)

我希望它可以帮助你做css

应该这样做:

input.myBox
{
    border: 0px solid #000000;
    border-bottom-width: 1px;
    background-color: transparent;
}

在IE8(IE7兼容模式)中测试