html - Frames in Internet Explorer 9: CSS styles not loaded correctly -
I have a web site with URL and I want to send www.example.com to that domain the FRAME I am redirecting in the form. When I try to load www.example.com from IE 9, I get this error:
CSS3111: @ font-face encountered an unknown error. Abeatbykai.TTF The font is placed here:
My CSS file is called from welcome.php in this way:
& lt; Link rel = "stylesheet" href = "css / iflikeu.welcome.0.1.css" type = "text / css" /> This is my CSS code:
@ font-face {font-family: 'abeat'; Src: url (../normal/font/abbeatbyKai.TTF); } If I enter src: url ('http://myapp.herokuapp.com/common/fonts/abeatbyKai.TTF'); still does another example: this image is loaded from welcome.php like this gt; & Lt; / A & gt; On the CSS file, this code is:
.lang_flag img {width: 25px; Height: 12px; Vertical-row: middle; } However, the image is not displayed. Just button ( btn ). This error is only in IE when there is a frame redirection. If I load directly from IE, and www.example.com works also from any other browser. Any thoughts? Thanks
IE does not allow fonts to be loaded from external domains by default.
It is possible that you must actually set the access-control-permission-native HTTP header to the domain that contains the frame. One way to note, if you are using only one frame because you want to show your own oak application in your own domain name, then you should take a look at the article - you just have to You can tell the domain name in your iacoco app.
Comments
Post a Comment