Re: [css-d] Responsive grid layout with graphics and scaling

2016-07-14 Thread John Andrews
Karl, I am using Linux Mint 16 with Firefox. My screen is big to bigger depending on the system I am using. I just checked using a narrow Firefox window down to the minimum. I also use chrome from time to time. I tend to avoid Windows and prefer Linux. I use LXLE, Mint, and currently Knoppix

Re: [css-d] Style Object tag svg

2016-07-14 Thread Crest Christopher
> Crest Christopher > Thursday, July 14, 2016 10:23 AM > Following the jQuery method, I assume I can keep the tag ? > > The SVG loads via the tag, then though the help of the > script, I stylize the classes within the SVG as such > > |#word.pavement .ab { >

Re: [css-d] Style Object tag svg

2016-07-14 Thread Karl DeSaulniers
Um I didn't ask a question, but I am glad you figured it out. Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On Jul 14, 2016, at 8:37 AM, Crest Christopher > wrote: > > You can, you answered your own question, what I already found out.

Re: [css-d] Style Object tag svg

2016-07-14 Thread Crest Christopher
Following the jQuery method, I assume I can keep the tag ? The SVG loads via the tag, then though the help of the script, I stylize the classes within the SVG as such |#word.pavement .ab { fill:red; rotate(12deg); } | The class .ab is within the SVG file ? > Rick Gordon

Re: [css-d] Style Object tag svg

2016-07-14 Thread Crest Christopher
> So to answer your question, can you style a SVGs children via the > parent documents css that are linked and not embedded, the answer is no. You can, you answered your own question, what I already found out. > I think the reason jQuery can do it is because jQuery accesses the > inline tag after