css - Page in Explorer < 8 doesn't get styled for some reason -
i setting page partly in html5 styling in combination ie7.js script (which enables html5 styling support). worked before flawlessly, i'm using same setup, website comes in ie6/7 unstyled. i've been busy days , cannot find out why. able find out what's wrong?
this head:
<!--[if lt ie 9]><script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/ie9.js"></script><![endif]--> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="http://zzappservices.nl/wordpress/wp-content/themes/zzapp/style.css" /> <link rel="shortcut icon" type="image/x-icon" href="http://zzappservices.nl/wordpress/wp-content/themes/zzapp/favicon.ico" /> <!-- scripts, css , settings specific targeted internet explorer --> <!--[if lt ie 9]><link rel="stylesheet" href="http://zzappservices.nl/wordpress/wp-content/themes/zzapp/css/ie.css" type="text/css" /><![endif]--> <!--[if ie 6]><link rel="stylesheet" href="http://zzappservices.nl/wordpress/wp-content/themes/zzapp/css/ie6.css" type="text/css" /><![endif]--> <!--[if ie]> <link href="http://zzappservices.nl/wordpress/wp-content/themes/zzapp/css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" /> <meta http-equiv="page-enter" content="progid:dximagetransform.microsoft.fade(duration=0.0001)"> <meta http-equiv="page-exit" content="progid:dximagetransform.microsoft.fade(duration=0.0001)"> <![endif]-->
the page works perfect in webkit/mozilla browsers.
one problem might having due fact css stylesheet supposed included if ie < 9 not there. try visiting: http://zzappservices.nl/wordpress/wp-content/themes/zzapp/css/ie.css , you'll blank page.
it appears ie 6 stylesheet not present. if allowed, should copying these files locally site reliability.
Comments
Post a Comment