IE9 中 CSS 高度为 100% 的画布
我有一个 CSS 中宽度为 100% 且高度为 100% 的画布,并且没有在属性上设置任何内容。我知道通过属性设置的画布视口大小和通过CSS定期设置的元素大小之间的区别。 IE9 对 width:100% css 响应良好,但完全忽略了高度。这是一个错误吗?怎么了? 它在 FF 和 Chrome 中运行良好......
I have a canvas with width:100% and height:100% in CSS and nothing set on the attributes. I know about the difference between the viewport size of the canvas set by attributes and the element size set regularly with css. IE9 responds well to the width:100% css but completely ignores the height. Is this a bug? What is wrong?
It works well in FF and Chrome...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那应该可以解决问题。
That should do the trick.