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

ul {
{negative margin}
}

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


我在某个地方看到过,但我不记得了。您能解释一下为什么他们使用负边距属性吗?我在wordpress的二十一个主题中看到了同样奇怪的事情。

最佳答案

保证金中的负值与正值的目标相同。这只是演示。

当@better_use_mkstemp链接到您时,W3C允许使用负值。那么您就不能将其视为“奇怪”。

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

08-04 04:04