[css-d] display:table-cell;

2013-06-17 Thread Tom Livingston
Given this structure: Infographics Tax Credit Calculator Frequently Asked Questions I have the hrefs set to display:table-cell; so as to use vertical-align:middle; but they are appearing next to each other in the browser. I understand why and expect this, but what would be the proper way to get

Re: [css-d] display:table-cell;

2013-06-17 Thread Karl DeSaulniers
Yes, I would wrap in a or in a (replace the div with a in this case). Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Jun 17, 2013, at 11:25 AM, Tom Livingston wrote: > Given this structure: > > > Infographics > Tax Credit Calculator > Frequently Asked Questions > > > I

Re: [css-d] display:table-cell;

2013-06-17 Thread Jukka K. Korpela
2013-06-17 19:25, Tom Livingston wrote: Given this structure: Infographics Tax Credit Calculator Frequently Asked Questions It's not really much of a structure: a element (which is semantically empty by definition) containing three elements separated only by whitespace (violating access

Re: [css-d] display:table-cell;

2013-06-17 Thread David Hucklesby
On 6/17/13 9:25 AM, Tom Livingston wrote: Given this structure: Infographics Tax Credit Calculator Frequently Asked Questions I have the hrefs set to display:table-cell; so as to use vertical-align:middle; but they are appearing next to each other in the browser. I understand why and expect t

Re: [css-d] display:table-cell;

2013-06-17 Thread Tom Livingston
On Mon, Jun 17, 2013 at 1:36 PM, Jukka K. Korpela wrote: > 2013-06-17 19:25, Tom Livingston wrote: > >> Given this structure: >> >> >> Infographics >> Tax Credit Calculator >> Frequently Asked Questions >> > > > It's not really much of a structure: a element (which is semantically > empty by de