v6 CSS

As I've been doing my CSS for version 6 (my first time using it for a "real" application) I've noticed that Netscape and IE seem to have differences with the fonts...(duh)

First of all, while IE seems to do:

.text2 {font-family:Arial, helvetica;
     font-size: 11px; }

correctly, Netscape seems to want to just put the 11px font at size="1". So I guess at 11px or 10px, Netscape plays no favorites, and makes them the same size.

Secondly...With this small Arial font, the kerning isn't the greatest....So I used "letter-spacing: 1px;". Works fine in IE, but doesn't do squat in Netscape.

Mozilla, please hurry.

version 6 progress:

*CSS almost cross platform complient (ie almost done)
*JS nav now includes intelligent rollovers.