0
  • 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)?

Community
  • 1
  • 1
Adriano
  • 19,463
  • 19
  • 103
  • 140

1 Answers1

-1

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

Ahmed Abbas
  • 952
  • 11
  • 25
  • I am not discussing a specific way of doing something here. I assume you are trying to tell me how to use transparent background in IE8. – Adriano Mar 04 '14 at 16:32
  • @AdrienBe: Is your site an internal site? E makes assumption about displaying intranet sites (http://someInternalSite/ vs. http://someInternalSite.myCompany.org). That assumption is that intranet sites work best in compatibility mode. – Ahmed Abbas Mar 09 '14 at 21:19