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.
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:
screenshot of what it looks like in IE:
any help would be much appreciated.
this is my website where I have the issue:
http://short-stack.net/devel/shoptest/
sincerely,
feeling stupid
Found your error, you’re missing a quote sign in your style.css sheet in line 159.
So your CSS from that point below is not being applied.
You probably need an HTML5 shiv, such as Modernizr.