IE Problems with upgrade

Permalink
I'm developing a c5 site and i just upgraded to 5.3.2 and now the site won't show up in IE at all for some reason. It works on every browser but IE. The site will load temporary for a few seconds the seems like its being redirected to 404 error page. my .htaccess file looks like this. Any help would be appreciated.

<IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteBase /
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php/$1 [L]
   </IfModule>

bryanlewis
 
marius replied on at Permalink Reply
marius
strange? In the other browsers you have cleared the cache? Have you tested your site without enabled Pretty URLs? Also the same problem?

Have also upgraded to 5.3.2 and have no problems with IE.
bryanlewis replied on at Permalink Reply
bryanlewis
For some reason the way my CSS was being called was screwing it up in IE. When I called it with a @import tag it was screwing things up.

Thanks for the help,

I got this problem solved.