Re: [css-d] Vertical Align like table cells with CSS

2006-01-04 Thread Alec A. Lazarescu
@lists.css-discuss.org Subject: Re: [css-d] Vertical Align like table cells with CSS Alec, on Wednesday, January 4, 2006 at 16:40 Alec A. Lazarescu wrote: > I've tried and failed to align text, an image, and a button neatly > vertically using CSS. I would rather not force a height on

Re: [css-d] Vertical Align like table cells with CSS

2006-01-04 Thread Martin Heiden
Alec, on Wednesday, January 4, 2006 at 16:40 Alec A. Lazarescu wrote: > I've tried and failed to align text, an image, and a button neatly > vertically using CSS. I would rather not force a height on a container > around them as that's not very flexible if the font or image size > changes, text

[css-d] Vertical Align like table cells with CSS and float problem

2005-12-23 Thread Alec A. Lazarescu
I've tried and failed to align text, an image, and a button neatly vertically using CSS. I would rather not force a height on a container around them as that's not very flexible if the font or image size changes, text wraps, etc. It needs to work in IE6/FireFox/Safari. Seems like a trivial thing