【发布时间】:2014-01-18 11:06:42
【问题描述】:
Here 是个小提琴。
<p>foo <a class="infolink" href="#">bar</a> baz</p>
和
a.infolink::before
{
content: '?';
background: blue;
color: white;
width: 20ex;
height: 20ex;
}
“?”出现但显然没有 20ex 大小。为什么不?在 Firefox 和 Chrome 中测试。
【问题讨论】:
标签: css pseudo-element