front end development: web browsers differences when using browserstack

为君一笑 提交于 2019-12-25 04:26:38

问题


  • Scope: only front end issues (HTML, CSS, javascript)
  • browsers/devices: desktop browsers (IE8+, Chrome, Firefox & Safari), ipad's browser (mobile Safari), mobile devices browsers (android, mobile safari)

I have experienced unexpected differences between a page rendered in IE8 locally (IE8 installed on a physical machine) & the same page rendered in IE8 in Browserstack.

This concerns the CSS properties filter and -ms-filter, more details on the comment of this answer: Cross browser rgba transparent background while keeping content (text & images) non-transparent

Have you had similar experiences, if yes, how often & on what features (links please)?


回答1:


Also need to add background: transparent\9; Also do check the IE8 mode.



来源:https://stackoverflow.com/questions/22091638/front-end-development-web-browsers-differences-when-using-browserstack

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!