Custom .css for IE not working
-
Hello,
so I am finished with my website and it looks great on all major browsers except, of course, IE.I have spend the last 2 days looking all over the forums for an answer to why Internet Explorer isn’t reading the custom ‘iestyle.css’ file I created for it.
It all seems very simple and makes a lot of sense to create a second css file just for ie, but for some reason it is not working for me.
Any help with this would be greatly appreciated.
I am working with IE7 and created a child theme of twenty eleven. The url is https://www.enlightenedinnergame.com
So I duplicated the style.css file, renamed it iestyle.css and uploaded it with my FTP client to my child theme’s folder ‘twentyeleventest’.
In my header.php file I added this between the <header></header> tags:
<!--[if lte IE 7]> <link href="https://www.enlightenedinnergame.com/wp-content/themes/twentyeleventest/iestyle.css" rel="stylesheet" type="text/css" /> <![endif]-->
I tried out different versions for the url, but nothing seems to work.
If everything would work fine, I would have to edit the custom .css file solely through the FTP client, correct?
If anybody is out there that is familiar wit this old problem and can tell me how to overcome it, please help!!
Thank you so much in advance,
Felicitas
- The topic ‘Custom .css for IE not working’ is closed to new replies.