Re: [css-d] Extra whitespace below layout

2007-07-23 Thread Bruno Fassino
On 7/23/07, Ingo Chao <[EMAIL PROTECTED]> wrote: > Philippe Wittenbergh wrote: [...] > > The height might be '0', but the :after element still contains text > > that has a certain size (and that would a minimum of 12px on my > > side), and thus generates a line box, and takes up space. > > As the p

Re: [css-d] Extra whitespace below layout

2007-07-23 Thread Ingo Chao
Philippe Wittenbergh wrote: > On Jul 23, 2007, at 7:56 PM, Bruno Fassino wrote: > >>> http://redplaidshirt.com/test/faq.php >>> >>> The extra space is only there in Firefox and Safari (Mac & PC), it >>> does not show up in IE (6 or 7). >> [...] >>> Is there any reason why the extra whitespace is b

Re: [css-d] Extra whitespace below layout

2007-07-23 Thread Philippe Wittenbergh
On Jul 23, 2007, at 10:13 PM, Bruno Fassino wrote: >> adding 'overflow:hidden' to the ::after ruleblock would fix that >> part. > > Was there a reason why the "easy clearing" method adopted for ::after > visibility:hidden (and a non empty content) instead of > overflow:hidden? Perhaps the fact

Re: [css-d] Extra whitespace below layout

2007-07-23 Thread Bruno Fassino
On 7/23/07, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > On Jul 23, 2007, at 7:56 PM, Bruno Fassino wrote: > > >> http://redplaidshirt.com/test/faq.php > >> > >> The extra space is only there in Firefox and Safari (Mac & PC), it > >> does not show up in IE (6 or 7). > > [...] > adding 'ove

Re: [css-d] Extra whitespace below layout

2007-07-23 Thread Philippe Wittenbergh
On Jul 23, 2007, at 7:56 PM, Bruno Fassino wrote: >> http://redplaidshirt.com/test/faq.php >> >> The extra space is only there in Firefox and Safari (Mac & PC), it >> does not show up in IE (6 or 7). > [...] >> >> Is there any reason why the extra whitespace is below the layout? I >> can't find t

Re: [css-d] Extra whitespace below layout

2007-07-23 Thread Bruno Fassino
On 7/21/07, Brian Middleton wrote: > I can't figure out a reason why I have a good chunk of whitespace > below my layout. You can see what I mean here.. > > http://redplaidshirt.com/test/faq.php > > The extra space is only there in Firefox and Safari (Mac & PC), it > does not show up in IE (6 or 7)

[css-d] Extra whitespace below layout

2007-07-20 Thread Brian Middleton
I can't figure out a reason why I have a good chunk of whitespace below my layout. You can see what I mean here.. http://redplaidshirt.com/test/faq.php The extra space is only there in Firefox and Safari (Mac & PC), it does not show up in IE (6 or 7). I can squash this space with an overflow: hid