Re: [css-d] Grid System

2014-10-19 Thread Crest Christopher
You mean gutters are there to give aesthetic spacing to elements on the page ? Tom Livingston mailto:tom...@gmail.com Saturday, October 18, 2014 6:32 PM Gutters are there to space out items that are in adjacent columns. Two vertical columns of text for example. You wouldn't want those to

Re: [css-d] Grid System

2014-10-19 Thread GJim
Howdy Crest, ~~~ Saturday, October 18, 2014, 6:28:42 PM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply appears here and/or interspersed within your message. ~~~ In the example image, there are 54px columns and 30px gutters, if everything I've

Re: [css-d] Grid System

2014-10-19 Thread GJim
Howdy Crest, ~~~ Saturday, October 18, 2014, 6:28:42 PM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply appears here and/or interspersed within your message. ~~~ In the example image, there are 54px columns and 30px gutters, if everything I've

[css-d] Links in Academic style reference list some times not working

2014-10-19 Thread Øyvind Teig
Hi The Academic style reference list was given to me by Chris Rockwell in this group. It's described here: http://www.teigfam.net/oyvind/home/technology/061-wordpress/#academic_style_reference_list Now the links some times fail to be taken by the browser (any browser I have tested: most). I

Re: [css-d] Grid System

2014-10-19 Thread MiB
okt 19 2014 17:40 GJim jarne...@wyomerc.com: I should have mentioned that I don't use px for column layouts - instead, I use percentages. That’s irrelevant as you can translate from px sizing to percentages. You can keep gutters in px or ems, depending on content and within what media

Re: [css-d] Grid System

2014-10-19 Thread Philip Taylor
MiB wrote: That’s irrelevant as you can translate from px sizing to percentages. How ? How can you know (for example) what percentage of a full-width element 16px represents ? Since you have no way of knowing the width of the browser window in pure CSS, you also have no way of knowing

Re: [css-d] Grid System

2014-10-19 Thread Crest Christopher
Gutters are there to maintain consistency and a visual flow to a page, correct ? You can use pixels instead of percentages for a fluid layout ? GJim mailto:jarne...@wyomerc.com Sunday, October 19, 2014 11:19 AM Howdy Crest, ~~~ Saturday, October 18, 2014, 6:28:42 PM (USA 'Somewhere

Re: [css-d] Grid System

2014-10-19 Thread GJim
Howdy Crest, ~~~ Sunday, October 19, 2014, 7:14:07 PM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply appears here and/or interspersed within your message. ~~~ Gutters are there to maintain consistency and a visual flow to a page, correct ? Gutters

Re: [css-d] Grid System

2014-10-19 Thread Karl DeSaulniers
On Oct 19, 2014, at 4:38 PM, Philip Taylor p.tay...@rhul.ac.uk wrote: MiB wrote: That’s irrelevant as you can translate from px sizing to percentages. How ? How can you know (for example) what percentage of a full-width element 16px represents ? Since you have no way of knowing

Re: [css-d] Grid System

2014-10-19 Thread MiB
okt 19 2014 23:38 Philip Taylor p.tay...@rhul.ac.uk: MiB wrote: That’s irrelevant as you can translate from px sizing to percentages. How ? How can you know (for example) what percentage of a full-width element 16px represents ? Since you have no way of knowing the width of the