输入文字焦点,如Facebook输入

这个问题在这里已经有了答案:

  • Internet Explorer 17的输入占位符的答案

  • 这是你要求的吗?

    input[type=text] {
        color:#ccc;
        border:thin solid #999;
    }
    
    input[type=text]:focus {
        background:#999;
    }
    

    我发现跨浏览器的解决方案:)这里是链接

    http://jethrolarson.github.io/placeholder-augment/

    链接地址: http://www.djcxy.com/p/70543.html

    上一篇: Input Text focus like Facebook Input

    下一篇: Textarea placeholder not disappearing on focus/typing in IE10