2014-11-06 30 views
0
.cpn .paymentPage .payment-fire .right { 
    font-weight: bold; 
    text-align: right; 

    position: relative; 
    margin-right: -27px; 
    margin-bottom: 20px; 
} 

邊距是否正確:-27px不良練習vs margin-left:309px;在CSS邊距中使用減號( - )像素是不好的做法嗎?

+0

利潤率的負值很好。 – fcalderan 2014-11-06 12:35:28

+0

如果您需要它,這是非常好的做法。 – 2014-11-06 12:36:03

+0

可能的重複[如何在CSS中的負邊距工作,爲什麼是(margin-top:-5!= margin-bottom:5)?](http://stackoverflow.com/questions/11495200/how-do-negative -margins-in-css-work-and-why-margin-top-5-margin-bottom5) – 2014-11-06 12:36:28

回答

3

不,完全沒有。這是一個有用的工具,與積極的利潤率一樣有效。

其他不能有負值的屬性什麼也不做 - 例如負填充或字體大小,所以不用擔心,負邊界是好的!

相關問題