Re: [css-d] 3 columns with expanding middle

2016-03-29 Thread Angela French
, March 28, 2016 12:40 PM To: Tom Livingston; Angela French Cc: CSS-Discuss Listserv (css-d@lists.css-discuss.org) Subject: Re: [css-d] 3 columns with expanding middle Or flex: https://jsfiddle.net/gc1dgrsb. On Mon, Mar 28, 2016 at 3:01 PM Tom Livingston mailto:tom...@gmail.com>> wrote: You cou

Re: [css-d] 3 columns with expanding middle

2016-03-28 Thread Tom Livingston
http://caniuse.com/#search=flex On Mon, Mar 28, 2016 at 3:39 PM, Chris Rockwell wrote: > Or flex: https://jsfiddle.net/gc1dgrsb. > > On Mon, Mar 28, 2016 at 3:01 PM Tom Livingston wrote: > >> You could try using calc, if the browser support is ok ( >> http://caniuse.com/#search=calc). >> >> .ce

Re: [css-d] 3 columns with expanding middle

2016-03-28 Thread Chris Rockwell
Or flex: https://jsfiddle.net/gc1dgrsb. On Mon, Mar 28, 2016 at 3:01 PM Tom Livingston wrote: > You could try using calc, if the browser support is ok ( > http://caniuse.com/#search=calc). > > .centerdiv{width: calc(100% - 68px};/* 68 is width of two outer divs */ > > On Mon, Mar 28, 2016 at 2:2

Re: [css-d] 3 columns with expanding middle

2016-03-28 Thread Tom Livingston
You could try using calc, if the browser support is ok ( http://caniuse.com/#search=calc). .centerdiv{width: calc(100% - 68px};/* 68 is width of two outer divs */ On Mon, Mar 28, 2016 at 2:21 PM, Angela French wrote: > I am trying to create a visual box on a page where the top part looks like >

[css-d] 3 columns with expanding middle

2016-03-28 Thread Angela French
I am trying to create a visual box on a page where the top part looks like a spiral notebook ring. I am no css wizard but I'm thinking I should be able to do this with 3 divs next to each other . The left and right divs will have a background image with a rounded corner and a single spiral loo