IE8 CSS宽度,不能使用百分比?

发布于 2024-08-24 07:27:00 字数 262 浏览 7 评论 0原文

有人对此有任何问题吗? px 和 em 工作正常,% 不执行任何操作。我只是想在 IE8 中延长这个 div 的屏幕长度。微软,请。找了好久现在终于有用了。

CSS

#topPane {width:100%;
height:100px;
background-color:#0C9;}

HTML

<div id="topPane">a</div>

Anyone have any problems with this? px and em work fine, % does nothing. I just want to extend this div the length of the screen in IE8. Microsoft, please. Been looking for a while to now avail.

CSS

#topPane {width:100%;
height:100px;
background-color:#0C9;}

HTML

<div id="topPane">a</div>

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

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

发布评论

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

评论(2

鸢与 2024-08-31 07:27:00

应大众要求:pi 发布我的评论/答案

难道你已经定义了一个
父元素的宽度?像 HTML
或 body 或另一个包含的 div
#topPane?

by popular request :p i post my comment/answer

could it be that you have defined a
width for a parent element? like html
or body or another div that contains
the #topPane ?

太阳哥哥 2024-08-31 07:27:00

如果我们将父元素的宽度定义为 100%,将子元素的宽度定义为 90%,如果还有其他子元素,则进一步如此。应该可以用吧???

If we define width as 100% for parent and 90% fro the child like that further if there are futher childs elements. It should work right???

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