Re: [css-d] Floats and border. How does this work?

2006-02-12 Thread Richard Grevers
On 2/10/06, Michiel van der Blonk <[EMAIL PROTECTED]> wrote: > For long I have been looking for the easiest way to create forms without > tables. I found several methods: > - floating > - position:absolute > - display:inline-block & display:-moz-inline-box > > All come with their own caveats and pr

[css-d] Floats and border. How does this work?

2006-02-09 Thread Michiel van der Blonk
For long I have been looking for the easiest way to create forms without tables. I found several methods: - floating - position:absolute - display:inline-block & display:-moz-inline-box All come with their own caveats and problems. The floating is usually considered the "best". However, it's not