备忘:如何在输入框中显示灰色提示字体;整个div透明化显示

如何在输入框中显示灰色提示字体?

<input type="text" placeholder="邮箱/手机号/淘宝会员名"/>

整个div透明化显示?


1 background-color:gray;/*设置背景色*/
2 
3 border: 1px solid black;/*设置边框*/
4 
5 filter:alpha(opacity=60);/* for IE */
6 
7 opacity:0.9;/* CSS3 standard */

 



posted @ 2015-09-29 19:26  38-云淡淡-男  阅读(278)  评论(0编辑  收藏  举报