具有跨浏览器 CSS 的等高列

发布于 2024-09-01 10:08:05 字数 348 浏览 7 评论 0原文

我想要具有相同高度的 div。

http://matthewjamestaylor.com/blog/equal- height-columns-cross-browser-css-no-hacks

不起作用,因为我的 div 有边框,而所描述的方法假设它们没有。

我无法使用 jQuery 解决方案,因为我的 div 由于 ajax 和菜单点击而调整大小较晚,而且我找不到为此的事件。

I want to have divs of the same height.

http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks

does not work for be because my divs have a border, and the method described assumes, that they have not.

A jQuery solution I could not make work, because my divs resize late because of ajax and menu clicks and I can not find an event for this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

熟人话多 2024-09-08 10:08:05

虽然该插件似乎不支持边框,但它确实支持填充。尝试将它们包装在另一个 div 中,然后设置 2px 的填充(或者您想要的边框大小),然后将背景颜色应用于这个新的 div。

不是最友好的网络标准,但它可以让你使用这个技巧。

While it seems the plugin doesn't support borders, it does support padding. Try wrapping them in another div, and then setting a padding of 2px (or however big you want the border) and then just applying a background color to this new div.

Not the most web standards friendly, but it will allow you use the trick.

混吃等死 2024-09-08 10:08:05

请参阅此博文:
http://www.ejeliot.com/blog/61

希望有帮助。

See this blogpost:
http://www.ejeliot.com/blog/61

Hope it helps.

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