简体   繁体   English

我已经开发了网站,问题是同一版本的Firefox在不同的计算机上显示了不同的设计,而其他浏览器很好吗?

[英]i have developed website and the issue is that same version of firefox shows different design on different computers while other browsers were fine?

i have developed this website http://www.falestinona.com/nashra the website tests on my laptop are correct and same design over IE, Chrome, FF and Opera the problem i have found that same version of firefox shows the design different on different computers. 我已经开发了这个网站http://www.falestinona.com/nashra我的笔记本电脑上的网站测试是正确的,并且在IE,Chrome,FF和Opera上的设计相同,但我发现同一版本的Firefox在以下方面显示出不同的设计不同的计算机。 FF on my laptop shows correct design while same version of FF on other laptop shows design problems and this problem shows with my friends some correct and others have design problems on FF. 我的笔记本电脑上的FF显示正确的设计,而其他笔记本电脑上的FF的相同版本显示设计问题,并且这个问题与我的朋友一起看到了一些正确的问题,而其他朋友则在FF上存在设计问题。 FF is clean with no addons shows the same problem. FF很干净,没有插件也显示相同的问题。 Attached Two Images: FF with Correct Design FF with Wrong Design Same version and Clean FF and Latest Version 附加两个图像:FF的设计正确FF的设计错误相同版本,干净FF和最新版本

https://support.cdn.mozilla.net/media/uploads/images/2015-06-09-22-05-36-e5d7cf.png

https://support.cdn.mozilla.net/media/uploads/images/2015-06-09-22-05-32-b35e5a.png

in Mozilla Firefox font rendering and line height rendering of the font differ between devices and automatically calculated so it differs between devices. 在Mozilla Firefox中,设备的字体渲染和字体的行高渲染在设备之间有所不同,并且自动计算得出,因此设备之间也有所不同。 the solution was to set Static Constant line height for all html elements and forcing this change. 解决方案是为所有html元素设置“静态常量”行高并强制执行此更改。 CSS StyleSheet Change: CSS StyleSheet更改:


@import "amiri_font/amiri.css";

*{
font-family: AmiriWeb, 'Amiri QuranWeb', Amiri;
line-height: 1.6 !important;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 同一个div的不同设计的浏览器 - Browsers with different design for same div 同一浏览器(Firefox),相同字体,不同计算机上的不同呈现 - Same browser (Firefox), same font, different rendering on different computers 不同 <br> Firefox与其他浏览器之间的高度 - Different <br> height between Firefox and other browsers 在不同计算机上的相同位置 - Same position on different computers 网站使用不同的浏览器看起来不同(我已经搜索了很多修复但没有解决问题) - Website looks different using different browsers (I have searched for many fixes but haven't resolved the problem) 如何使为 Firefox 浏览器开发的网站与 Safari 和 Chrome 兼容? - How do I make a website developed for Firefox browsers compatible with Safari and Chrome? 网站可以在Mac Safari,Firefox,Chrome上很好地预览,但只能在PC浏览器上显示正文 - Website previews fine on Mac Safari, Firefox, Chrome but only body shows on PC browsers 网站在不同的浏览器中看起来有所不同 - Website looks different in different browsers 该网站可以在除Firefox之外的其他浏览器上正常运行 - Site works fine on other browsers except for Firefox 在具有相同系统的不同计算机上,同一版本的Firefox中的页面看起来有所不同 - Page looks different in the same version of Firefox on different computer with the same system
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM