• Resolved alta75

    (@alta75)


    Hello,

    I have a very simple site using the default theme, which validates:

    http://robkuznia.com/

    None of the formatting is working in IE. The sidebar is on the bottom and the picture isn’t wrapping with the text.

    The header image also doesn’t show up in IE.

    Any help is much appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • I had the same issue before with someone else’s blog:

    the ‘ is missing in front of Trebuchet in style.css ( needs to read ‘Trebuchet MS’ ):

    h1, h2, h3 {
    	font-family: Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	font-weight: bold;
    	}

    it throws the IE out of synch so it forgets to read the rest of the style sheet.

    Thread Starter alta75

    (@alta75)

    Yay!!! Thanks so much alchymyth. : >

    wow, that was quick 😉

    Thread Starter alta75

    (@alta75)

    I got so excited, I forgot about my other issue. The kubrickheader.jpg doesn’t show up in IE (but does in others.) I just replaced the default kubrickheader.jpg with my own file.

    Any ideas for this one? Thanks again.

    I just checked IE7 and Firefox, and they both look very similar – header image in both 😉
    (sometimes the cache in IE holds on to old information on styles, and can be cleared by F5 or pressing refresh)

    Thread Starter alta75

    (@alta75)

    Cool. Thanks. I was looking at it in IE 5 on the Mac, which is just pointless. I just checked it out in a newer version of IE on the PC and all is well!! : >

    For anyone else that may come across this post. There is a bug in IE. If you have a div tag with an image in it that’s not showing up, sometimes adding a background color to the div tag fixes it.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Formatting problem in IE with default theme’ is closed to new replies.