Input Text focus like Facebook Input

This question already has an answer here:

  • Input placeholders for Internet Explorer 17 answers

  • 这是你要求的吗?

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

    i have found the solution for cross browser :) here is the link

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

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

    上一篇: 为Internet Explorer设置占位符?

    下一篇: 输入文字焦点,如Facebook输入