ouch. i have been told

Grant sent me some screenshots that made my toes curl. The shots were how this site looked in various Mac browsers. I think that it looked like, well, ass because of the font settings. I’ve gotten rid of all of the Helveticas now – apparently things are a lot nicer for Mac people now. w00t.

 

Other posts

One reply


  1. yeah, and you give me a hard time about Mozilla support on web applications. cross browser isn’t even that simple on just a web page.
    if (document.all)
    {
    object.doGloat()
    }
    else
    {
    document.getElementByID(“object”).doGloat()
    }

    function doGloat() {
    alert (“mozilla sucks!”)
    }