[WSG] Easy forms, uneasy Gecko

2005-04-14 Thread Kornel Lesinski
There is a very easy way of doing forms without tables: label {display: inline-block; width: 10em;} and it works in IE/win, IE/mac, Opera and Safari, but totally fails in Gecko... Does anyone know how to get it working in Gecko? I prefer doing forms that way, because I'm styling code that I don't

Re: [WSG] Easy forms, uneasy Gecko

2005-04-14 Thread Philippe Wittenbergh
On 14 Apr 2005, at 8:29 pm, Kornel Lesinski wrote: There is a very easy way of doing forms without tables: label {display: inline-block; width: 10em;} and it works in IE/win, IE/mac, Opera and Safari, but totally fails in Gecko... Does anyone know how to get it working in Gecko? You can try

Re: [WSG] Easy forms, uneasy Gecko

2005-04-14 Thread Martin Heiden
Kornel, Am Donnerstag, 14. April 2005 um 13:29:47 haben Sie geschrieben: KL There is a very easy way of doing forms without tables: KL label {display: inline-block; width: 10em;} KL I prefer doing forms that way, because I'm styling code KL that I don't have full control of and I don't like to

Re: [WSG] Easy forms, uneasy Gecko

2005-04-14 Thread Kornel Lesinski
On Thu, 14 Apr 2005 13:35:31 +0100, Philippe Wittenbergh [EMAIL PROTECTED] wrote: There is a very easy way of doing forms without tables: label {display: inline-block; width: 10em;} and it works in IE/win, IE/mac, Opera and Safari, but totally fails in Gecko... Does anyone know how to get it