Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

menu breaking on Mac?

Options
  • 27-10-2010 11:06am
    #1
    Registered Users Posts: 8,070 ✭✭✭


    Hey guys,
    designed a website , liquid layout. Works on all resolutions , check it on all browsers. Just got a screen shot from a Mac on both safari and chrome and the the submenu is broken [i.e its a horizontal menu of words, but some long words now appear in 2 lines, = width isnt big enough]

    why is this happening only on mac? some of the larger fonts also appear bolder,
    whats the default font on Mac?

    should i declare helvetica after arial?


    body
    {

    background-color:#ffffff;
    padding:0px;
    margin:0px;
    font-family:arial;
    font-size:15px;
    color:#636b75;
    height: 100%;
    }


Advertisement