Re: [css-d] Fixed pixel-width sidebar, responsive content div

2016-03-30 Thread Tom Livingston
I included the link to caniuse: http://caniuse.com/#search=calc It's quite well supported, back to IE9 (with one small caveat). You are correct with your solution, provided the flexibility up to the max-width is desired. On Wed, Mar 30, 2016 at 4:05 PM, Karl DeSaulniers wrote: > The correct

Re: [css-d] Fixed pixel-width sidebar, responsive content div

2016-03-30 Thread Karl DeSaulniers
The correct way I believe is #sidebar { width: 20%; max-width: 275px; } Since not al browsers do the calc(); HTH, Best, Karl Sent from losPhone > On Mar 30, 2016, at 2:02 PM, Tom Livingston wrote: > > Easiest way I can think of is using calc. .content{width: calc(100% - > 275px);} > > h

Re: [css-d] Fixed pixel-width sidebar, responsive content div

2016-03-30 Thread J.C. Berry
That is cool! Thanks! On Wed, Mar 30, 2016 at 12:02 PM, Tom Livingston wrote: > Easiest way I can think of is using calc. .content{width: calc(100% - > 275px);} > > http://caniuse.com/#search=calc > > On Wed, Mar 30, 2016 at 2:21 PM, J.C. Berry > wrote: > >> Is this possible? >> >> SIDEBAR

Re: [css-d] Fixed pixel-width sidebar, responsive content div

2016-03-30 Thread Tom Livingston
Easiest way I can think of is using calc. .content{width: calc(100% - 275px);} http://caniuse.com/#search=calc On Wed, Mar 30, 2016 at 2:21 PM, J.C. Berry wrote: > Is this possible? > > SIDEBAR CONTENT > 275px 80% (?) > > > -- > J.C. Berry, M.A. > UI Developer > 619.306.17

[css-d] Fixed pixel-width sidebar, responsive content div

2016-03-30 Thread J.C. Berry
Is this possible? SIDEBAR CONTENT 275px 80% (?) -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com http://www.mindarc.com -