乱世@小熊 2010-02-03 03:20 采纳率: 25%
浏览 454
已采纳

什么时候在 CSS 中使用 margin vs padding

When writing CSS, is there a particular rule or guideline that should be used in deciding when to use margin and when to use padding?

转载于:https://stackoverflow.com/questions/2189452/when-to-use-margin-vs-padding-in-css

  • 写回答

18条回答 默认 最新

  • 北城已荒凉 2012-02-07 20:59
    关注

    TL;DR: By default I use margin everywhere, except when I have a border or background and want to increase the space inside that visible box.

    To me the biggest difference between padding and margin is that vertical margins auto-collapse, and padding doesn't. Consider two elements one above the other each with padding of 1em. This padding is considered to be part of the element, and is always preserved. So you will end up with the content of the first element, followed by the padding of the first element, followed by the padding of the second, followed by the content of the second element. Thus content of the two elements will end up being 2em apart.

    Now replace that padding with 1em margin. Margins are considered to be outside of the element, and margins of adjacent items will overlap. So in this example you will end up with the content of the first element followed by 1em of combined margin followed by the content of the second element. So the content of the two elements is only 1em apart.

    This can be really useful when you know that you want say 1em of spacing around an element, regardless of what element it is next to.

    The other two big differences is that padding is included in the click region and background color/image, but not the margin.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(17条)

报告相同问题?

悬赏问题

  • ¥15 yolov8边框坐标
  • ¥15 matlab中使用gurobi时报错
  • ¥15 WPF 大屏看板表格背景图片设置
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真