The CSS looks fine when viewed through the internet. However, in IE8, IE10, and IE11 certain css properties do not load. In the page inspector they show up but are underlined with a red squiggle. I have read the post here and tried adding http-equiv="X-UA-Compatible" content="IE=9"
to my <meta>
tag since it actually renders properly in IE9 but it didn't help.
Again, loaded locally on any other browser works fine. I would actually be content with that, but I need to run in IE11 on an RT tablet (can't get another browser).
To sum up, most of the CSS does actually load. It seems to only be background
with a rgba
on it. Any ideas?