很奇怪,不知道为什么会这样,我似乎来自中心元素(h9),但不知道为什么......有人吗?
问问题
81 次
2 回答
1
just replace left:100%;
with right:2px;
to solve the problem (and right:106%;
with left:-11px
on your :before
). see it working.
this solves the problem, but sadly i can't really expain (jet) whats causing the gap in your initial layout.
于 2012-06-12T07:28:54.063 回答
0
h1 到 h6 是有效的 html 标签,h9 不是。
这可能是导致您的问题的原因。
于 2012-06-12T07:32:42.330 回答