Re: [css-d] media queries following prior rules

2016-07-11 Thread Tom Livingston
On Monday, July 11, 2016, Philippe Wittenbergh wrote: > > > On Jul 12, 2016, at 9:44 AM, Tom Livingston > wrote: > > > > While Philippe may well me right about Peter Gabriel singing the theme > song > > for this technique, I have used this method

Re: [css-d] media queries following prior rules

2016-07-11 Thread Philippe Wittenbergh
> On Jul 12, 2016, at 9:44 AM, Tom Livingston wrote: > > While Philippe may well me right about Peter Gabriel singing the theme song > for this technique, I have used this method frequently, with a slight > difference. I use: > > html{box-sizing: border-box;} > *, *:before,

Re: [css-d] Style Object tag svg

2016-07-11 Thread Crest Christopher
A condition, what if I don't want to use strictly just style the SVG; it should work ? Tom Livingston Monday, July 11, 2016 9:31 PM On Mon, Jul 11, 2016 at 9:26 PM, Crest Christopher< crestchristop...@gmail.com> wrote: It looks promising until put into use,

Re: [css-d] Style Object tag svg

2016-07-11 Thread Tom Livingston
On Mon, Jul 11, 2016 at 9:26 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > It looks promising until put into use, without using foreignObject as it's > a condition; rather strictly using then targeting the SVG by > simply > > SVG { > color: red /* or */ > border: solid 4px red; >

Re: [css-d] Style Object tag svg

2016-07-11 Thread Crest Christopher
It looks promising until put into use, without using foreignObject as it's a condition; rather strictly using then targeting the SVG by simply |SVG { color: red /* or */ border: solid 4px red; } | Nothing happens ? Tom Livingston Monday, July 11, 2016 8:57 PM

Re: [css-d] Style Object tag svg

2016-07-11 Thread Tom Livingston
Can't the svg code be put on the page without the use of ? I came across this: http://thoughtfulweb.com/thoughts/on/the-best-way-to-add-an-svg-image-to-your-website and it mentions putting the svg code inline and that this is how you can target it with css... "The first important thing to note

Re: [css-d] media queries following prior rules

2016-07-11 Thread Tom Livingston
On Mon, Jul 11, 2016 at 7:58 PM, Philippe Wittenbergh wrote: > > > On Jul 12, 2016, at 1:13 AM, John J wrote: > > > > At the link below, the name, email, subject fields don't appear to be > > obeying rules governing width as in the previous media breaks.. > > >

Re: [css-d] Style Object tag svg

2016-07-11 Thread Rick Gordon
Is this any help? http://stackoverflow.com/questions/18434094/how-to-style-svg-with-external-css - On 7/9/16, 8:24 PM, Crest Christopher wrote: I've been searching on how I can style SVG files embedded in a tag, including CSS animation. Can someone point me in the

Re: [css-d] media queries following prior rules

2016-07-11 Thread Philippe Wittenbergh
> On Jul 12, 2016, at 1:13 AM, John J wrote: > > At the link below, the name, email, subject fields don't appear to be > obeying rules governing width as in the previous media breaks.. > > at 360 and 320, those fields exceed the width of their parent, rather than >

Re: [css-d] Style Object tag svg

2016-07-11 Thread Crest Christopher
.class #svg-object body ? Karl DeSaulniers Sunday, July 10, 2016 10:58 PM if your talking about styling the contents of the object tag, you would have include the body tag of the object tag kind of like an iframe. .styleclass #svgobj body .childelementclass

Re: [css-d] media queries following prior rules

2016-07-11 Thread Peter H.
> On 11 Jul 2016, at 18:13, John J wrote: > > At the link below, the name, email, subject fields don't appear to be > obeying rules governing width as in the previous media breaks.. > > at 360 and 320, those fields exceed the width of their parent, rather than > respecting

[css-d] media queries following prior rules

2016-07-11 Thread John J
At the link below, the name, email, subject fields don't appear to be obeying rules governing width as in the previous media breaks.. at 360 and 320, those fields exceed the width of their parent, rather than respecting padding set prior..maybe I'm missing something..if I have my rules set up