[css-d] responsive design

2013-06-17 Thread Olivia A
Hello everyone, I'm sending this message because I am stuck and don't know how to solve this problem. i'm new to media queries and wanted to try them out.everything work fine for mobile and tablet version. But for the web page layout by default, (with no media query applied) , when i resize

Re: [css-d] ADMIN: Zach Byrd

2013-06-17 Thread Eric A. Meyer
...will no longer be sending mail to the list. Ditto the Wednesday spammer, whose name I have already forgotten. Moving forward, I don't think I will post a message like this for every spammer, because I feel like I'm cluttering the list up a bit by so doing-- compounding the sin of the

Re: [css-d] responsive design

2013-06-17 Thread COM
On Jun 17, 2013, at 7:44 AM, Olivia A onlinemedia...@gmail.com wrote: But for the web page layout by default, (with no media query applied) , when i resize down the pages a propos.php and enregistrement.php; the two containers (below the long picture ) which are floated elements don't float

[css-d] display:table-cell;

2013-06-17 Thread Tom Livingston
Given this structure: div class=sidebar a href= class=grey-button icon-infoInfographics/a a href= class=grey-button icon-calcTax Credit Calculator/a a href= class=grey-button icon-faqFrequently Asked Questions/a /div I have the hrefs set to display:table-cell; so as to use vertical-align:middle;

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

2013-06-17 Thread Karl DeSaulniers
Yes, I would wrap in a p or in a li (replace the div with a ul 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: div class=sidebar a href= class=grey-button icon-infoInfographics/a a

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

2013-06-17 Thread Jukka K. Korpela
2013-06-17 19:25, Tom Livingston wrote: Given this structure: div class=sidebar a href= class=grey-button icon-infoInfographics/a a href= class=grey-button icon-calcTax Credit Calculator/a a href= class=grey-button icon-faqFrequently Asked Questions/a /div It's not really much of a

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: div class=sidebar a href= class=grey-button icon-infoInfographics/a a href= class=grey-button icon-calcTax Credit Calculator/a a href= class=grey-button icon-faqFrequently Asked Questions/a /div I have the hrefs set to

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

2013-06-17 Thread Tom Livingston
On Mon, Jun 17, 2013 at 1:36 PM, Jukka K. Korpela jkorp...@cs.tut.fi wrote: 2013-06-17 19:25, Tom Livingston wrote: Given this structure: div class=sidebar a href= class=grey-button icon-infoInfographics/a a href= class=grey-button icon-calcTax Credit Calculator/a a href= class=grey-button