[css-d] Reply and Reply all

2016-03-30 Thread Karl DeSaulniers
This message is to Eric I believe. List master. Is there any way you could set the Reply-To to go to css-d? Currently it sets the reply-to as the person sending the message to css-d. I personally have to hit reply all in order to get the css-d email quickly and easily, then I have to go delete

Re: [css-d] align 4 divs horizontally

2016-03-30 Thread Eric A. Meyer
On 29 Mar 2016, at 19:41, Larry Martell wrote: On Tue, Mar 29, 2016 at 7:27 PM, Tom Livingston wrote: On Tuesday, March 29, 2016, Larry Martell wrote: The bootstrap class col-xs-6, which the charts are in is float left. None have clear set. If I'm not mistaken, col-xs-6 is extra small 6

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] align 4 divs horizontally

2016-03-30 Thread Karl DeSaulniers
Awesome sauce! Best, Karl Sent from losPhone > On Mar 30, 2016, at 8:40 AM, Larry Martell wrote: > >> On Tue, Mar 29, 2016 at 9:43 PM, Karl DeSaulniers >> wrote: >> Hi Larry, >> I believe with bootstrap you have to set 12 col to span the full distance of >> the parent. >> Then if you want 4

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 -

Re: [css-d] align 4 divs horizontally

2016-03-30 Thread Larry Martell
On Tue, Mar 29, 2016 at 9:43 PM, Karl DeSaulniers wrote: > Hi Larry, > I believe with bootstrap you have to set 12 col to span the full distance of > the parent. > Then if you want 4 evenly spaced cols inside that you divide by 4. > > 12 / 4 = 3 so each child col needs to be set to 3. > Col 6 is

[css-d] Animate Effect with SVG

2016-03-30 Thread Crest Christopher
Hi, I want to create an animated CSS sprite using SVG similar to a scribble effect. I was hoping I could animate an SVG, erasing a background element based on the SVG; unfortunately CSS Masks are not supported amongst quite a few browsers and I'm out of ideas on how to, if possible, take the