Forums

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

Home Forums CSS CSS Menu: How to solve this problem with SAFARI?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37967
    Sunrise
    Member

    Hello,

    Thanks for reading.

    I want to modify my menubar and used some CSS to make some li’s and it works pretty well;

    Except in Safari where the layout is troubled.

    I have really no idea how to solve it, tried many things without success.

    Aside from that, there’s something I don’t understand:

    I had to go against a 4px top-right shift

    top:-4px;

    margin: 0 -3px 0 0;

    I really don’t know why this occurs as they ‘should’ have been placed side by side.

    HTML is line 404 and the css file is header-menu.css

    Thanks a lot for your help!

    #102498
    Sunrise
    Member

    No idea?

    Thanks!

    #102537
    Sunrise
    Member

    Don’t know why only Safari bugged, but finally solved it with a

    .navb {
    margin-top:12px;
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.