On Jul 20, 2007, at 7:00 AM, Tee G. Peng wrote: > Hi, this is the first time I stumble on margin problem in Firefox > (all gecko browsers actually), although I can re-work my markup to > make it work the way I wanted, but I really like to know what the > problem is with this issue and if there is a fix for it. > > First I thought it was margin collapse bug
Horizontal margins never collapse. > [...] > http://zhujili.com/index-new.html 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 construction, but css-d is not the place for that). [1] <https://bugzilla.mozilla.org/show_bug.cgi?id=163110> Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
