即使没有 View > 中的 % 和 em,文本也会在 IE6 上缩放IE6的文字调整大小功能?看到例子吗?
即使没有 View > 中的 % 和 em,文本也会在 IE6 上缩放IE6的文字调整大小功能?
但在此页面上 http://jitendravyas.com/ % 和 em 中未指定任何内容,但文本使用 - 缩放查看> IE6的文字调整大小功能?
替代文本 http://www.homesinhavering.org/media/image/ 3/n/text_resize_ie_1.jpg
为什么? IE 6 支持文本大小调整吗?
Text is scaling on IE6 even without % and em from View > Text resize function of IE6?
but on this page http://jitendravyas.com/ nothing is specified in % and em but text is scaling with - View > Text resize function of IE6?
alt text http://www.homesinhavering.org/media/image/3/n/text_resize_ie_1.jpg
Why? Does IE 6support text resizing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它被认为是 IE6 中的一个主要可用性和可接受性错误 - 很长一段时间建议不要使用
px
大小,因为大多数用户将无法更改它。幸运的是,微软在新版本的 IE 中修复了这个问题。
提到的页面没有
%
或em
(或ex
等),但 IE6 支持调整 some 文本。例如,该页面正在使用:今天已弃用。
IE6 使用 CSS 支持的另一种常见文本大小是
最后,IE6 还将调整文本大小,根本没有定义文本大小。默认文本是可调整大小的。
以下是您可以轻松调整大小的示例页面:http://jsbin.com/ozila/2
It is considered a major usability and acceptability bug in IE6 - for a long time it was recommended not to use
px
size, as most users will not be able to change it.Luckily, Microsoft fixed that issue in newer versions of IE.
The mentioned page does not have
%
orem
(orex
, or whatnot), but IE6 supports resizing of some text. For example, the page is using:Which today is deprecated.
Another common text size supported by IE6 using CSS is
Lastly, IE6 will also resize text with no defined text size at all. The default text is resizeable.
Here's a sample page for your resizing pleasure: http://jsbin.com/ozila/2