Title: Internet Explorer not loading stylesheet
Last modified: August 21, 2016

---

# Internet Explorer not loading stylesheet

 *  [enishiate](https://wordpress.org/support/users/enishiate/)
 * (@enishiate)
 * [13 years ago](https://wordpress.org/support/topic/internet-explorer-not-loading-stylesheet/)
 * Hi everyone,
 * I have a theme that loads perfectly in Firefox/Chrome/Safari/Opera, but the stylesheet
   does not load at all in Internet Explorer.
 * **You can see it here in Chrome:**
    [http://www.discountsuperstores.com.au/images/Chrome-DSG.png](http://www.discountsuperstores.com.au/images/Chrome-DSG.png)
 * **And here in Internet Explorer:**
    [http://www.discountsuperstores.com.au/images/IE-DSG.png](http://www.discountsuperstores.com.au/images/IE-DSG.png)
 * The URL is [http://www.discountsuperstores.com.au/wordpress](http://www.discountsuperstores.com.au/wordpress)
 * I’ve done other themes before with no problems, but I can’t seem to isolate the
   problem here. I checked for validation errors but didn’t see anything that would
   effect a string of code related to rendering. Any help would be deeply appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years ago](https://wordpress.org/support/topic/internet-explorer-not-loading-stylesheet/#post-3757017)
 * This is at the top of your header.php file:
 *     ```
       <!--[if IE]>
       <link rel="stylesheet" href="http://www.discountsuperstores.com.au/wordpress/wp-content/themes/DSGCorporate/IE8.css" type="text/css" media="screen" />
       <![endif]-
       <!-->
       ```
   
 * and that stylesheet is not found.
 *  Thread Starter [enishiate](https://wordpress.org/support/users/enishiate/)
 * (@enishiate)
 * [13 years ago](https://wordpress.org/support/topic/internet-explorer-not-loading-stylesheet/#post-3757019)
 * Hi YPYogi,
 * I justremoved that, but that didn’t seem to work. I actually tried adding that
   in last night hoping that an IE8 specific stylesheet would fix the problem but
   doesn’t seem to.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years ago](https://wordpress.org/support/topic/internet-explorer-not-loading-stylesheet/#post-3757022)
 * What about the php code in the stylesheet?
 *     ```
       font-family: 'AmericanTypewriter';
           src: url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.eot');
           src: url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.eot?#iefix') format('embedded-opentype'),
           url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.woff') format('woff'),
           url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.ttf') format('truetype'),
           url('<?php bloginfo('stylesheet_url'); ?>/american_typewriter.otf') format('opentype'),
           url('<?php bloginfo('stylesheet_url'); ?>american_typewriter.svg#american_typewriter') format('svg');
           font-weight: 400;
           font-style: normal;
       }
       ```
   
 *  [DJDoubleXL189](https://wordpress.org/support/users/djdoublexl189/)
 * (@djdoublexl189)
 * [13 years ago](https://wordpress.org/support/topic/internet-explorer-not-loading-stylesheet/#post-3757023)
 * Looks to be working to me now that you’ve removed it. Make sure to clear your
   cache in IE.
 *  Thread Starter [enishiate](https://wordpress.org/support/users/enishiate/)
 * (@enishiate)
 * [13 years ago](https://wordpress.org/support/topic/internet-explorer-not-loading-stylesheet/#post-3757025)
 * Just deleted all of that but still no luck.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Internet Explorer not loading stylesheet’ is closed to new replies.

## Tags

 * [browser](https://wordpress.org/support/topic-tag/browser/)
 * [IE8](https://wordpress.org/support/topic-tag/ie8/)
 * [Internet Explorer](https://wordpress.org/support/topic-tag/internet-explorer/)
 * [not-loading](https://wordpress.org/support/topic-tag/not-loading/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [enishiate](https://wordpress.org/support/users/enishiate/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/internet-explorer-not-loading-stylesheet/#post-3757025)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
