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

?? marks when list-style:none; on mac browser

Options
  • 30-05-2005 4:44pm
    #1
    Closed Accounts Posts: 5,284 ✭✭✭


    I put an unordered list of links on site i did, and set the list-style to none so no bullet points would be displayed. Looks fine on ff and ie on pc, but apparently is showing '??' in fornt of the list elements on mac.

    relevantr part of css:

    ul {
    list-style: none;
    padding: 0em;
    margin: 0;
    font-size:0.8em;
    }


Comments

  • Closed Accounts Posts: 4,655 ✭✭✭Ph3n0m


    What browser on the Mac? Safari? IE? ???


  • Registered Users Posts: 1,268 ✭✭✭hostyle


    Ph3n0m wrote:
    What browser on the Mac? Safari? IE? ???

    And what version. Theres an awful lot of changes between relatively closely numbered releases of MAc IE and safari.


  • Closed Accounts Posts: 5,284 ✭✭✭pwd


    netscape 4.7 just heard.
    works ok with safari apparently.
    think i read something about netscape not supporting css properly...?


  • Registered Users Posts: 2,031 ✭✭✭colm_c


    Netscape 4.7 is a dog when it comes to css. The best way around this is to show users on 4.x browsers (IE and netscape) and unstyled version.

    This can be done using the @import rule - http://w3development.de/css/hide_css_from_browsers/import/

    Hope this helps


  • Closed Accounts Posts: 5,284 ✭✭✭pwd


    Yes, thank you.


  • Advertisement
Advertisement