CSS not loading on ie7 or earlier

ewan

New Member
I'm having an issue in ie7 where my stylesheet isn't loading at all, I've checked that it's encoded as utf-8 without BOM and the charset on the page is set as utf-8. Here's the head:\[code\]<!DOCTYPE html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--><!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--><!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="http://stackoverflow.com/questions/14626518/public/themes/dark/less/style.css"> <script src="http://stackoverflow.com/questions/14626518/js/vendor/modernizr-2.6.2.min.js"></script> </head>\[/code\]And here's the site if it's any help: http://www.mattjonesmusic.com/I think this bug likely occurs on ie6 as well although I don't have a vm setup to test it.
 

annahussy

New Member
CSS plays vital role in website designing so it is important to maintain css for maintaining whole website structure. Sometimes IE7 does not support some website's css so that time it will be problematic for you to open and watch website content properly because it is fact that if your browser not support css then you can not access website properly for sure. For solving this problem you have to open your website on other browsers like Mozilla,chrome etc.
 
Top