Good morning CSS devotees,

It seems that the letter spacing results I am getting on Safari 5.0.3 on the 
Mac are different from what I'm seeing on FF 3.6.14 on the Mac. The FF spacing 
is the one I want; the letter spacing doesn't seem to be getting applied in 
Safari, the spacing is too tight. 

You can see this here:
http://bit.ly/fTQJPo

This is my rule:

#nav .items, #nav .items h2 {
    font-family: 'Titillium',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-transform: uppercase;
}

Is the problem that I am using em as the unit of measurement? Is there a better 
way to do this so that the spacing in Safari & FF will match?

Thank you, Rory
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to