duckfly-tw / ie7-js

A JavaScript library to make MSIE behave like a standards-compliant browser.
http://code.google.com/p/ie7-js
0 stars 0 forks source link

IE6 - {margin: auto} broken when using external css from another domain #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Use a stylesheet on another domain or subdomain that includes margin:auto
2. View site in IE6

Examples, copy-pasted from IE7 demos page:

Works - Using stylesheet on same domain: http://upup.us/dev/ie7.htm
Broken - Using stylesheet on another domain: http://upup.us/dev/ie7-offsite.htm

What is the expected output? What do you see instead?
Expected output: yellow boxes inside black boxes
Instead: gray boxes inside black boxes

What version of the product are you using? On what operating system?
2.1b4

Please provide any additional information below.

Original issue reported on code.google.com by billiamt...@gmail.com on 23 Jun 2010 at 2:01

GoogleCodeExporter commented 9 years ago
IE7.js cannot parse stylesheets from another domain due to security 
restrictions. This is unfixable.

Original comment by dean.edw...@gmail.com on 30 Jun 2010 at 6:56