IE Not Displaying CSS, Almost At All

I have NEVER had this problem before and i am completely stumped.

the site is working fine in everything i’ve tried (chrome, FF, safari) but is, for lack of a better definition, ‘blank’ in IE.

Read More

html validates with few errors. local css does not validate but errors are ones having to do with webkit/moz border styles, transitions, etc. have deactivated all plugins which does nothing. have taken out all other CSS files and done CSS aggregation, which also does nothing.

screenshot of what it looks like in chrome/FF/safari:

http://i.stack.imgur.com/SxCtN.png

screenshot of what it looks like in IE:

http://i.stack.imgur.com/cXTuJ.png

any help would be much appreciated.

this is my website where I have the issue:

http://short-stack.net/devel/shoptest/

sincerely,
feeling stupid

Related posts

Leave a Reply

2 comments

  1. Found your error, you’re missing a quote sign in your style.css sheet in line 159.

    @font-face {
        font-family: "YanoneThin";
        src: url("YanoneKaffeesatz-Thin.ttf(here));
    }
    

    So your CSS from that point below is not being applied.