I have recently updated the following website which works properly in Firefox, Safari, and Chrome (all that I've tested so far) but does not work in Internet Explorer. I've searched all the similar articles both here and around the web, but have not been able to find a solution that works.
I have validate my CSS (only have some warnings, but no Errors) and my HTML which has some errors but none of which are related to the fact that my website will not display at all in Internet explorer 8, 9 or 10 which is 75% of my audience. Please advice with any help or suggestions.
Thanks!
Update:
I've fixed the missing "-->" from my style. (Thanks Carl Markham!)
I've updated the Meta tag to be the following and also set the charset to utf-8:
<meta http-equiv="X-UA-Compatible", content="IE=edge,chrome=1">
I still cannot get the page to load in IE8 or IE9.
Final Update:
I wanted to update everyone on the solution that finally fixed the issue(s) that I was having. As it turns out there was some back-end code that was written for identifying specific ie versions and displaying a warning for those older than ie10 and in their code they had somehow disabled displaying the site rather than displaying a warning.
Along with their code being removed suggestions made by @Pointy @Carl Markham helped it display much closer to how I anticipated once it was able to load in ie8 / ie9. Thank you all very much for the help!