Opera 的目标 css:修复底部调整大小:0

发布于 2024-10-15 07:37:28 字数 321 浏览 1 评论 0原文

我在这里有一个 html windows 演示: dlml.org/gargoyle/windowsdemo.html

适用于除 Opera 之外的所有浏览器,它不能使用 Bottom:0 正确调整大小(此处确认: http://dev.opera.com/forums/topic/562551)。

我已经用 height:100% 替换了 top:0 Bottom:0 ,这很有帮助,但这并不是在所有情况下都可行。

有人有解决方法吗?

I have an html windows demo here: dlml.org/gargoyle/windowsdemo.html

Works for all browsers except opera, which doesn't resize properly with bottom:0 (confirmed here: http://dev.opera.com/forums/topic/562551).

I've substituted top:0 bottom:0 with height:100% here and there, and that helps, but that's not possible in all situations.

Does anyone have a workaround for this?

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

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

发布评论

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

评论(1

盛夏已如深秋| 2024-10-22 07:37:28

您可以在 CSS 中使用 display: table; 属性

You could use display: table; properties in CSS

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