• I know that there are a lot of IE posts already, but everyone seems to have separate issues. So here is mine. This site, juneaublogger.com/akleg, looks great in everything but IE, and I can’t seem to isolate the problem. Any suggestions on getting rid of that nasty blank area under the header?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll have to adjust the padding or margin space, you can put a second style sheet in your page which will only be called by IE, that’s the only way I’ve been able to make things work with IE sometimes. Just put the following under your main stylesheet:

    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="http://www.michael-niziol.ca/wp/wp-content/themes/fdawn/ie.css">
    <![endif]-->

    Just change the path of course. Just as a note, you do not need to put the entire stylesheet there, only whatever part needs to be different for IE.

    Good luck,
    Michael.

    Thread Starter mummra1

    (@mummra1)

    Hey Micheal,
    Thanks for the great suggestion. I placed the code in the header.php and referenced the ie.css…lookin’ good in the neighborhood! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE problems’ is closed to new replies.