• Hi All,

    http://www.artmak.net/blog

    My blog top navigation doesn’t display correctly in IE, it is shifted to the left and is missing the dividers in between links. Every other browser, especially firefox works very well! I am new to CSS, but is there some kind of code that needs to be put in CSS to fix the IE problem??

    Thank you!

    Art

Viewing 3 replies - 1 through 3 (of 3 total)
  • only part of the solution: in the style.css:
    #header ul {margin-left:15px;}
    that should shift the navigation to the right at least. with the divider, i could find no solution.

    If you are having cross-browser display problems, you may also want to start by validating your site.

    Thread Starter artmak

    (@artmak)

    thanks guys, it seems to be okay now, still weird thing going on with IE, but looks alright. Not sure what I did, I guess there were too many float: left; things going on, so I deleted a couple.

    alchymyth, I tried that but it didn’t work, thanks for suggestion.

    esmi – there is a bunch of problems when I validate, but I don’t really know how to fix it, I am just starting CSS, and it looks really scary to me, but thanks for suggestion.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘IE problem’ is closed to new replies.