br::after { content: ' ↩'; }
不幸的是,这不起作用. ::之前也不起作用.
还有其他可能达到预期的效果吗?
解决方法 从这个接受的答案: Which elements support the ::before and ::after pseudo-elements?As you can read here 07001,:after
only works on elements that have a (document tree) content.<input>
has no content,as well as<img>
or<br>
.
不好笑,你有没有考虑用图像做这个?
content: url(image.jpg)
这句话,我正在设计一些带有::之前用于悬停在锚点上的背景叠加.
我必须指定CSS内容为空{content =“”} otherwize不显示.
总结以上是内存溢出为你收集整理的html – 和:: after或:: before全部内容,希望文章能够帮你解决html – 和:: after或:: before所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)