CSS 下溢修复
我想知道是否有针对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.