• A little while ago, I posted about some page display issues I was having with Mozilla.
    With help, I managed to fix that, but now I am having a different display problem with IE….the header expands all the way down the page and it looks rather yucky.

    I’m sure I must have made an error while playing with my CSS but I can’t see what, and the CSS validator isn’t picking up any errors.

    Damn IE! Can anyone see what’s wrong?
    URL is: http://www.vaguely.org/blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • You forgot to close you top div

    <div id="top">
    <div align="center">
    <img src="http://www.vaguely.org/blog/header_weblog.jpg" width="800" height="100" alt="header"></img></div>

    <div id="content">

    Put a </div> between the one closing the centered layer and the new content layer. 🙂

    Thread Starter anonymousmousse

    (@anonymousmousse)

    Thanks for that.
    The header problem seems to be fixed now.
    Beats me why there’s suddenly a white gap in between the menu title and the right-hand edge on the right hand menu column though.
    (again, an IE-specific prob).

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