Viewing 8 replies - 1 through 8 (of 8 total)
  • carthik

    (@carthik)

    Looks great! Thanks for the mention 😉
    The letter spacing could be increased, since on Firefox and on IE 6, the letters are crunched together.
    Besides that – awesome 🙂

    Thread Starter faewench

    (@faewench)

    thank you:)
    you know i have been looking over the css trying to find where i made a change that affected the letter spacing. I am seeing places in headers and titles lsiting letter spacing but no where in the body or content area. It was fine until i did “something” lol and i cant remember what that “something” was.
    any ideas how to correct the spacing?
    thank you:)

    carthik

    (@carthik)


    p, li, .feedback {
    font: 90%/175% tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: 0px;
    }

    The letter-spacing in the above was -1px which should be changed to 0px.

    Sushubh

    (@sushubh)

    p, li, .feedback {
    font: 90%/175% tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: -1px;
    }
    letter-spacing here should fix that 🙂

    Thread Starter faewench

    (@faewench)

    thank you both:) i tired that at 0 and the -1 i changed it to 1px and for my eyes it seems to improve it in firebird. IE well it looks pretty crappy and alot of things dont work but just my personal opinion i dont care how it looks in IE. it is on the backburner of priorities to make it all work perfectly in IE *shrug*
    thank you both for your help:)
    fae

    Sushubh

    (@sushubh)

    carthik’s the man… 🙂

    carthik

    (@carthik)

    …who avers that Sushubh’s the main man 🙂

    phpneophyte

    (@phpneophyte)

    or letter-spacing: normal
    Kevin

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘i think it is finally…’ is closed to new replies.