Hello, I have a website with a custom template, I've changed the CSS file and on most computers it works and looks like I designed it. Now here's the problem. When viewing the website on other browsers than IE it works perfectly. When viewed on IE , the slider module and the menu module are much lower than they should be. Besides this , I've noticed that sometimes and just in IE , the main page background fails to load for 30 seconds even thought the website is fully loaded and in the left corner it says "Done" Any idea on how to fix this ? Thank you
We had the same problem in IE & suffusion wordpress Theme.But this problem Resolved After the new version His admin added this code to headers . Now ,you can change your theme , or contact with a Pro Programmer . <!--[if !IE]>--><link rel='stylesheet' id='suffusion-rounded-css' href='http://XXXXXXXXXXXXXXXX/wp-content/themes/suffusion/rounded-corners.css?ver=4.4.6' type='text/css' media='all' /> <!--<![endif]--> <!--[if gt IE 8]><link rel='stylesheet' id='suffusion-rounded-css' href='http://XXXXXXXXXXXXXXXX/wp-content/themes/suffusion/rounded-corners.css?ver=4.4.6' type='text/css' media='all' /> <![endif]--> <!--[if lt IE 8]><link rel='stylesheet' id='suffusion-ie-css' href='http://XXXXXXXXXXXXXX/wp-content/themes/suffusion/ie-fix.css?ver=4.4.6' type='text/css' media='all' /> <![endif]--> Code (markup):