The font-sizes appear totally different when used in IE
5.5 than they do in IE 6.0. Has anyone else noticed this
problem? How did you get around it? If seeing the code
would help then reply to the message and I will give you
some code. Thanks.
Kyle
Are you using %, em or px?
RM.
I was using pt, although from the look of a few articles I
just found px is probably the way to go, but how do you
deal with printing? Just let things look a little
different when the print drivers convert to points?
Thanks for the help.
Kyle
I would use em, although I sometimes use %.
px is bad because peoples screen res can vary between 640x480 and 1600x1200
RM.