我试图在占位符文本的末尾添加一个字体很棒的图标,我知道this method有效,但它让我想知道是否通过css添加Font awesome内容代码工作
这样的事情是可能的:
input::-webkit-input-placeholder::after
答案 0 :(得分:0)
i.remove()
无效,因为 ToolTip toolTip1 = new ToolTip();
// Set up the delays for the ToolTip.
toolTip1.AutoPopDelay = 5000;
toolTip1.InitialDelay = 1000;
toolTip1.ReshowDelay = 500;
// Set up the ToolTip text for the Button.
toolTip1.SetToolTip(this.button1, "Hey it works!");
没有内部内容 - 没有input::-webkit-input-placeholder::after
和input
。
您无法选择伪元素的伪元素。因此:before
会选择:after
input:placeholder:after