0

如果我浮动项目,为什么要使用负边距?

ul {
{negative margin}
}

ul li {
float:left;
margin-right:10px;
}

我在哪里看到过,但我不记得了。你能解释一下为什么他们使用负边距属性吗?我在 wordpress 的 211 主题中看到了同样奇怪的东西。

4

1 回答 1

0

边距中的负值与正值具有相同的目标。这只是介绍。

当@better_use_mkstemp 链接到您时,W3C 允许负值;那么你不能认为它是“奇怪的”。

cf:http ://coding.smashingmagazine.com/2009/07/27/the-definitive-guide-to-using-negative-margins/

于 2013-04-09T12:45:29.187 回答