码迷,mamicode.com
首页 > 其他好文 > 详细

h5中placeholder样式

时间:2017-08-09 19:09:35      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:log   inpu   ext   class   div   span   type   pre   put   

  1. <!DOCTYPE html>
    <html>
    <head>
        <title>placeholder样式demo</title>
         <style type="text/css">
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff; 
    }
    
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
    }
    
    input:-ms-input-placeholder{
        color: #fff;
    }
    
    input::-webkit-input-placeholder{
        color: #fff;
    }
              
         </style>
         
    </head>
    <body>
         <input    style="background:#2b2b2b" placeholder="httt" type="text">
    </body>
    </html>

     

h5中placeholder样式

标签:log   inpu   ext   class   div   span   type   pre   put   

原文地址:http://www.cnblogs.com/sexintercourse/p/7327027.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!