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
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
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
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
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
-