Re: [WSG] (Phillipe) margin problem in Firefox

2007-07-20 Thread Tee G. Peng
On Jul 19, 2007, at 8:39 PM, Philippe Wittenbergh wrote: I would use the following structure: ol li h6span%number/span John Doe on Jul 7, 11:34 AM/h6 pcomment here/p !-- or more p -- /li Ah! this does look a lot better! Thank you so much! tee

Re: [WSG] (Phillipe) margin problem in Firefox

2007-07-19 Thread Tee G. Peng
Phillipe wrote in CSS-D: It is a bug in Gecko. [1] Here is your list, simplified. http://dev.l-c-n.com/_temp/moz-egde.html The top one is wrong, the bottom one is fixed. li.poster {-moz-float-edge:content-box;} does all the magic. (one could argue about the semantics of your list

Re: [WSG] (Phillipe) margin problem in Firefox

2007-07-19 Thread Philippe Wittenbergh
On Jul 20, 2007, at 11:27 AM, Tee G. Peng wrote: Phillipe wrote in CSS-D: It is a bug in Gecko. [1] Here is your list, simplified. http://dev.l-c-n.com/_temp/moz-egde.html The top one is wrong, the bottom one is fixed. li.poster {-moz-float-edge:content-box;} does all the magic. (one