Google Chrome 和 Safari 不继承 CSS 缩放属性
我正在尝试使用这样的缩放CSS样式:
<div id="Embed1" style="zoom: 80%; height: 620px; width: 1180px;" >
<iframe style="overflow:hidden; max-height:650px;"
height="618px" width="1178px" src="http://www.google.com">
</iframe></div>
使用IE9和Firefox,缩放系数正确地传输到iFrame内的页面。
但当我使用 Chrome 的 Safari 时就不行了! 当然我不能重新缩放内容,否则使用 IE9 或 Fox 时我将只有 80% 的 80%:
有人知道修复方法吗?
I'm trying to use the zoom css style like this:
<div id="Embed1" style="zoom: 80%; height: 620px; width: 1180px;" >
<iframe style="overflow:hidden; max-height:650px;"
height="618px" width="1178px" src="http://www.google.com">
</iframe></div>
With IE9 and Firefox, the zooming factor is properly transmitted to the page within the iFrame.
But NOT when I use Safari of Chrome!!!
Of course I cannot re-zoom the content, otherwise I will have onlty 80% of 80% when using IE9 or Fox:
Does somebody knows a fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并非所有浏览器都支持此功能。请参阅此处的讨论:http://www.css3.com/css-zoom/
This is not supported by all browsers. See the discussion here: http://www.css3.com/css-zoom/