CSS 下溢修复

发布于 2024-07-13 17:25:31 字数 128 浏览 11 评论 0原文

我想知道是否有针对 css 的下溢修复? 最初的问题是溢出,很容易修复,但现在已成为下溢问题。我设置了一个特定的高度值,但它似乎忽略了这一点,而是调整大小以适应内容。

我感谢任何帮助和想法。

谢谢!

I'm wondering if there are any underflow fixes for css? The initial problem was an overflow which is easily fixed but has now become an underflow problem.I have set a specific height value but it just seems to ignore this and instead resizes to suit the contents.

I appreciate any help and ideas.

Thanks!

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

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

发布评论

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

评论(1

葮薆情 2024-07-20 17:25:31

min-height 适用于某些浏览器,但不适用于(令人惊讶的)IE。

这是 IE6 的破解
http://www.dustindiaz.com/min-height-fast-hack/< /a>

有多种方法可以解决此问题,这取决于您更喜欢哪一种。

min-height will work on some browsers, but not (surprise surprise) IE.

Here's a hack for IE6
http://www.dustindiaz.com/min-height-fast-hack/

There's a multitude of ways of fixing this, it depends which one you prefer.

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