Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Felix Miata
On 06/06/14 04:42 (GMT-0400) Bernat Lleonart apparently typed: > On 6/14/06, Alastair Campbell <[EMAIL PROTECTED]> wrote: >> Bernat Lleonart wrote: >> > I am creating a layout based in em's the box >> > is 100px wide in FF, but it is 99px wide in IE. >> Only 1px difference? I'd expect that

Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Felix Miata
On 06/06/14 04:29 (GMT-0400) Alastair Campbell apparently typed: > Layouts based on em's are not often a good idea, unless you can set a > max-width on them (including IE if your user based includes that). > http://archivist.incutio.com/viewlistcss-discuss/74715 Is there a typo in that URL? I get

Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Bernat Lleonart
Hi Alastair, On 6/14/06, Alastair Campbell <[EMAIL PROTECTED]> wrote: > Hi Bernat, > > Bernat Lleonart wrote: > > I am creating a layout based in em's the box > > is 100px wide in FF, but it is 99px wide in IE. > > Only 1px difference? I'd expect that much from using percentages to do > the pa

Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Alastair Campbell
Hi Bernat, Bernat Lleonart wrote: > I am creating a layout based in em's the box > is 100px wide in FF, but it is 99px wide in IE. Only 1px difference? I'd expect that much from using percentages to do the page width! That could easily be rounding error. Felix might chip in that you shouldn'

[css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Bernat Lleonart
Hello, I have this problem: I am creating a layout based in em's. I define font-size in the body to be 62.5%, so then I can work as I was using px. In Firefox/Win everything is correct, but in IE/Win widths are smaller. I have isolated the problem in the following example: the box is 100px wide in