[WSG] moz-inline-box or block

2006-11-23 Thread Keryx webb
Hello! I want to use inline-block on a design, but since it's not supported by FFox I wonder what the best solution would be. Alt. 1: elem { display: -moz-inline-block; display: inline-block; /* some say this one is really buggy */ } Alt. 2: elem { display: -moz-inline-block;

Re: [WSG] moz-inline-box or block

2006-11-23 Thread Philippe Wittenbergh
On Nov 23, 2006, at 7:13 PM, Keryx webb wrote: Alt. 1: elem { display: -moz-inline-block; display: inline-block; /* some say this one is really buggy */ } Alt. 2: elem { display: -moz-inline-block; display: inline-box; /* not intended for (X)HTML, but XUL */ } Alt. 3: elem