Internet Explorer 工具栏图标应该有多大?
我正在尝试将自己的工具栏图标添加到 Internet Explorer,但不确定它的大小应该是多少。
TechNet 上的为 Internet Explorer 设计工具栏图标文章指出20x20 和 16x16 像素。
消息 (1,2) 在 Internet Explorer 工具栏(Deskband)教程,位于 代码项目 暗示 22x22 和 16x16 像素。
使用 Internet Explorer 7,20x20 像素的图标似乎会被拉伸。 测量表明它们至少应为 24x24。 有人有明确的参考吗?
或者,Internet Explorer 从哪里获取其现有的工具栏图标 - 那么我可以测量它! 我猜想它是系统 DLL 之一,但是哪一个呢?
另请参阅:Firefox 工具栏按钮应该有多大?
I'm trying adding my own toolbar icon to Internet Explorer but am unsure what size it should be.
The Designing Toolbar Icons for Internet Explorer articles on TechNet indicates 20x20 and 16x16 pixels.
Messages (1, 2) in the Internet Explorer Toolbar (Deskband) Tutorial at Code Project imply 22x22 and 16x16 pixels.
Using Internet Explorer 7, icons that are 20x20 pixels seem to get stretched. Measuring shows they should be at least 24x24. Anyone have a definitive reference?
Alternatively, where does Internet Explorer get its existing toolbar icons from - I could measure it then! I presume its one of the system DLLs, but which one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,通过反复试验的过程,大小为 24x24 像素 的图标似乎没有重新缩放。 至少,Internet Explorer 7.0.6001.18000 就是这种情况。 仍然希望找到 IE7 的明确参考,最好还有其他版本。
另一种确认方式:
输出:
Well, by a process of trial and error, it appears that icons sized 24x24 pixels are not rescaled. At least, that is the case with Internet Explorer 7.0.6001.18000. Would still like find a definitive reference for IE7 and ideally other versions too.
Another way to confirm it:
Output:
我想我们正在谈论网站图标? Wikipedia 在第一句中将它们定义为 16x16。
前四名 Google 点击均表示 16x16。
I assume we're talking about favicons? Wikipedia defines them as 16x16 in the first sentence.
The top four Google hits all indicate 16x16.