Input Text focus like Facebook Input
This question already has an answer here:
这是你要求的吗?
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下一篇: 输入文字焦点,如Facebook输入