Thursday, 12 September 2013

Difference between margin-left and left when the position set absolute

Difference between margin-left and left when the position set absolute

1.position:absolute;left:200px;
2.position:absoluteGmargin-left:200px;
Is there any differences about the above style?

No comments:

Post a Comment