Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Problems with Header: nice in FF whacked in IE

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30353
    bmphoto
    Member

    Hi everyone,

    Please check the header on my website, I’m not an expert so if this post is at the wrong place…

    http://www.bm-photo.ch

    I’m using a mac with OS 10.6.4, and Firefox 3.6.10
    My header is perfect in FF, and Safari, and is really bad in IE (when coming over the menu, menu boxes will move to the left of the page under the logo), I didn’t check on other browsers…

    A friend of mine told me it has to do with jquery…

    PLEASE HELP !!!

    Thank you so much,

    Yours

    nico

    #78910
    Startupt
    Member

    Thake that (a name=”top”) from your Doctype away and validate your site at http://validator.w3.org/ . I use windows and your header works good in IE7, IE8 and IE9, sorry have no IE6.

    #78938
    Startupt
    Member

    Try to ad

    display:inline;

    to the #nav li. Interesting, i checked befor in IE9 and it worked great, however it breaks in IE8, so ad that small code to your CSS should work.
    You should have than:

    #nav li {display:inline;
    float:left;
    list-style:none outside none;
    margin:0 10px;
    padding:0;
    }
    #78944
    bmphoto
    Member

    @ startupt

    Thanks a lot man ! Works perfectly now ! Habe a nice day

    Cheers nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.