Opera 中的字体太大
我的网页上有一个文本项在 Opera 浏览器中显得太大。有没有办法只为 Opera 编辑文本大小和 css 的其他方面?
I have a text item on a web page that appears too large in opera browsers. Is there a way to edit text size and other aspects of the css for only opera?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看此链接(向下滚动到有关 Opera 的部分)
这里
(我从来不知道这一点,但是......)显然你可以使用:
check out this link (scroll down to the part about Opera)
Here
(I never knew this but...) apparently you can use:
Opera 在用 em 或 % 定义的字体大小方面存在错误。只需像这样重置字体大小:
Opera has a bug in font size defined by em or %. Just reset the font size like this:
Opera 不允许字体大小小于 10 像素,这导致只有 Opera 中的小文本才能使用更大的字体。这是设计意图,因为此设置只能由用户更改。
请参阅以下线程:http://forums.devshed.com/css-help-116/force-opera-to-use-font-size-less-than-10px-or-763589.html
Opera doesn't allow for font-sizes smaller than 10px – which results in having bigger fonts on small texts in Opera only. This is intended by design as this setting can be changed by the user only.
See the following thread: http://forums.devshed.com/css-help-116/force-opera-to-use-font-size-less-than-10px-or-763589.html