Div 之间的空白
陷入 HTML 跨浏览器问题。网站很多人建的,所以比较乱,但是一定要尽快站起来!
该网站的每 4 个页面布局各不相同,并由不同的类处理,但是当更改边距或填充时,它会在我的 div 之间提供空白。 ???为什么以及如何解决,如果有人知道请!
谢谢。
Stuck on an HTML cross browser issue. Site built by many, so messy, but must get up asap!
Each 4 page layouts of the site vary and handled by different classes, but when change the margin or padding, it gives me blank spaces between my divs. ??? Why and how to fix if anyone knows please!
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只是在这里猜测,因为我看不到您的代码,但您可能还需要修改
width
。例如,如果您添加
margin-left: 10px
,那么还要将width
减少10px
。Just guessing here because I can't see your code, but you probably need to also modify the
width
s.For example, if you add
margin-left: 10px
, then also reduce thewidth
by10px
.