浅谈:-moz-placeholder

本文介绍如何使用CSS伪类:-moz-placeholder调整Firefox浏览器中表单文本框的占位文本颜色,以适应不同的背景色需求。从Gecko2.0版本开始支持此功能,并在后续版本中进行了更新。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

  本文是个人记录,来自zhangyaochu.iteye.com

 

   :-moz-placeholder

 

represents any form element displaying placeholder text.This allows web developers and theme desgners to customize the appearance of placeholder text,which is a light grey color by default.This may work well if you've changed the background color of your form fields to be a similar color,for example,so you can use this pseudo-class to change the placeholder text color.

 

它是一个伪类,是用来设置表单文本框的占位文本的样式,其默认是一个浅灰色。比如当设置颜色相似的时候,为了使其正常显示,可以用它来解决

 

 

input:-moz-placeholder{
    color:green;
}

 

在mozilla的官网上我们可以看到:introduced in Gecko 2.0(Firefox 4|Thunderbird 3.3|SeaMonkey 2.1)

 

 

   更新记录: 2013-7-22

 

   19开始不支持:-moz-placeholder,改成::-moz-placeholder,如果要兼容,需要同时定义

 

   http://jsbin.com/abetuq/2/edit

 

 

 

扩展阅读:

 

1、https://developer.mozilla.org/en/CSS/:-moz-placeholder

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值