[css-d] What is the equivalent of font-size:11px?

2007-06-28 Thread trevor bayliss
I am continuing my css journey and have been playing around with this and can´t seem to get the right results using ems or font-size:small on my body css: body {padding-right: 0px; padding-left: 0px; background: #ff repeat-x 50% top; padding-bottom: 0px; margin: 0px; font: 11px tahoma,

Re: [css-d] What is the equivalent of font-size:11px?

2007-06-28 Thread Susan Grossman
II set my body font to 100% and then use em's for the rest. I avoid the use of small and any px or pt fixed sizes. Try experimenting with this to get what you want. this is a hot topic for a lot of people and there are several ways of doing this. and I'm sure you'll get better responses from o

Re: [css-d] What is the equivalent of font-size:11px?

2007-06-28 Thread David Laakso
trevor bayliss wrote: > I am continuing my css journey and have been playing around with this and > can´t seem to get the right results using ems or font-size:small on my body > css: > body {padding-right: 0px; padding-left: 0px; background: #ff repeat-x > 50% > top; padding-bottom:

Re: [css-d] What is the equivalent of font-size:11px?

2007-06-29 Thread trevor bayliss
With respect David you are wrong and this is NOT the same question. This has nothing to do with any other question it is a simple font question and asking how to get the same effect as font size 11px with ems or percentages. Just because I haven´t implemented your 5 column layout doesn´t mean th