flex-users / flex-iframe

IFrame component for Flex applications.
github.com/flex-users/flex-iframe
120 stars 63 forks source link

Styles were not applied in Internet Explorer #11

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by christop...@gmail.com on 2010-12-28T10:30:51

What steps will reproduce the problem? 1.Load the titi.html file in the IFrame 2.The content is well displayed in Firefox, with the correct style 3.Now open internet explorer, the content doesn't have the correct style.

With Internet Explorer, the appearance of the titi.html file should be the same than if you open directly the titi.html file.

Version of Flex-IFrame : 1.4.6 OS: Windows XP Navigator: IE 8

Did you follow the users guide ? Particularly, did you set "wmode" to "opaque" ? Yes