如何消除标题和菜单之间的间隙?
我想让标题位于 http://wpdallas.com/test 的菜单顶部有什么想法吗?谢谢!
I'd like to make the header rest right on top of the menu at http://wpdallas.com/test any ideas? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除标题上的内边距 - 当前为内边距:10px 0。将其更改为内边距:10px 0 0 0;
仅供参考,使用 firebug 或 webkit 浏览器(即 chrome - 右键单击并检查元素)可能更容易,您可以在其中检查元素,这通常有助于 CSS。当然,您需要仔细检查它们在 IE 中的外观。
Remove the padding on the header - currently it's padding: 10px 0. Change it to padding: 10px 0 0 0;
FYI it might be easier to use firebug or a webkit browser (ie chrome - and you right click and inspect element), where you can inspect the element and that usually helps with CSS. Of course, you would need to double check how they look in IE.