I would like to know which renders faster - margin or padding.
I know that they are different - padding is for inside and margin is for outside.

I ask this question because when I don't have specific width, and I don't use border both can do the same.... move the text to where I want.

so, is one of them renders faster than the second?

link|improve this question

feedback

migrated from webmasters.stackexchange.com Feb 4 at 18:18

This question came from our site for pro webmasters.

2 Answers

up vote 9 down vote accepted

The difference isn't going to be measurable.

And you're wrong about them being interchangeable: margin collapsing exists, but padding collapsing doesn't.

link|improve this answer
feedback

If you're trying to optimize your html doc, this will not make a difference, worry more for the javascript codes, your site structure, images, and counting...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.