Re: [css-d] Faking float: center, or making blocks flow centered. Impossible?

2008-02-26 Thread Sander Marechal
Bruno Fassino wrote: > On Tue, Feb 26, 2008 at 8:51 AM, Sander Marechal wrote: > >> I want something that >> behaves sort of as float: center if that would exist. Or as an "inline >> block". > > I have some pages with several hacks to try to get this effect, you > can have a look: [1], [2]. >

Re: [css-d] Faking float: center, or making blocks flow centered. Impossible?

2008-02-26 Thread Bruno Fassino
On Tue, Feb 26, 2008 at 8:51 AM, Sander Marechal wrote: > I want something that > behaves sort of as float: center if that would exist. Or as an "inline > block". > > Say I have two divs of 200x200 pixels. When the page is 500 pixels wide > I would like these blocks to be next to each other, b

[css-d] Faking float: center, or making blocks flow centered. Impossible?

2008-02-25 Thread Sander Marechal
Hello, There's a design issue that I have been trying to solve (unsuccessfully) for several weeks now. I can't get it done in CSS. I can't even get it done with HTML 4.01 table crud for that matter. I want something that behaves sort of as float: center if that would exist. Or as an "inline block"