css - Should we always use Padding in place of margin wherever is possible to avoid situations of "Double Margin" bug? -


We always use padding instead of margin wherever possible to avoid the "dual margin" bug conditions. should do?

No Setting the display: inline; is a simple solution that does not affect other browsers.


Comments