如何消除标题和菜单之间的间隙?

发布于 2025-01-07 12:35:49 字数 109 浏览 0 评论 0原文

我想让标题位于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如果没有 2025-01-14 12:35:49

删除标题上的内边距 - 当前为内边距: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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文