Re: [css-d] CSS must be called in the head?

2017-09-21 Thread Karl DeSaulniers
ess you know that **nothing** in that stylesheet will > be used before the page has fully loaded. Otherwise the page will start > re-rendering aka all kind of FOUC. Are you confusing with scripts ? > > Philippe > -- > Philippe Wittenbergh > https://l-c-n.com/ _______

Re: [css-d] CSS must be called in the head?

2017-09-20 Thread Philippe Wittenbergh
bergh https://l-c-n.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html

Re: [css-d] CSS must be called in the head?

2017-09-20 Thread Karl DeSaulniers
CSS > > Thank you. > __________ > css-discuss [css-d@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-

Re: [css-d] CSS must be called in the head?

2017-09-20 Thread Tom Livingston
: > And nowhere else, correct? I'm referring to external CSS > > Thank you. > ______ > css-discuss [css-d@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-disc

[css-d] CSS must be called in the head?

2017-09-20 Thread John J
And nowhere else, correct? I'm referring to external CSS Thank you. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List pol

Re: [css-d] CSS Grid: Can I flow content around blocks?

2017-09-16 Thread John Beales
rid-containers > > Maybe something like this will work (hard to say, can you provide a URL or > a test case?) > > figure { grid-column: 2 / 4; } > > figure + p { grid-column: 5 / 10; } > > Philippe > -- > Philippe Wittenbergh > https://l-c-n.com/ > > > > &

Re: [css-d] CSS Grid: Can I flow content around blocks?

2017-09-16 Thread Philippe Wittenbergh
csswg.org/css-grid/#grid-containers Maybe something like this will work (hard to say, can you provide a URL or a test case?) figure { grid-column: 2 / 4; } figure + p { grid-column: 5 / 10; } Philippe -- Philippe Wittenbergh https://l-c-n.com/ _____

[css-d] CSS Grid: Can I flow content around blocks?

2017-09-15 Thread John Beales
this possible? I had thought that setting a float on the (which is a direct child of the grid container, as are the tags and so on), would do the job, but it's not. The following the ends up below the . Thanks! - John ________

Re: [css-d] OT: What to do now Webdesign-l is gone

2017-08-17 Thread Eric A. Meyer
On 17 Aug 2017, at 17:50, Felix Miata wrote: Maybe list-mom Eric would accept an expansion of this list's role, given the low traffic level it's had for quite some time? This is an interesting question. css-d has been moderately more active than WD-L, but the traffic level is

Re: [css-d] OT: What to do now Webdesign-l is gone

2017-08-17 Thread Jay Tanna
e done. We can approach evolt.org if we could takeover this list and expand it. We need more people. ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-di

Re: [css-d] OT: What to do now Webdesign-l is gone

2017-08-17 Thread Felix Miata
-- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ ______ css-

Re: [css-d] OT: What to do now Webdesign-l is gone

2017-08-17 Thread Jay Tanna
List, Call me old - and old fashioned - but I like using lists like CSS-D and Webdesign-l. For non-css things that came up I used webdesign-l, but it is now dead. Is there a substitute list for all things non-css-d? How about these: <news://news.lexi.net/oldschool.wordpr

[css-d] OT: What to do now Webdesign-l is gone

2017-08-17 Thread Tom Livingston
List, Call me old - and old fashioned - but I like using lists like CSS-D and Webdesign-l. For non-css things that came up I used webdesign-l, but it is now dead. Is there a substitute list for all things non-css-d? On a related note, can anyone tell me if there is a way to spec a relationship

Re: [css-d] td:nth-child(2) negation?

2017-08-13 Thread Rob Freeman
learn a new trick. > > Thanks Philippe. > -- > Gautam Sathe > ______ > css-discuss [css-d@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss

Re: [css-d] Basic questions about the box model

2017-08-13 Thread Georg
Has never bothered me, and some of my first inspirations for the more intricate uses of floats for layout was derived from the code behind Wium Lie's early articles on the W3C site. Thanks again. You're welcome. regards Georg ________

Re: [css-d] Basic questions about the box model

2017-08-13 Thread Ezequiel Garzón
change it over the years, so now we are kind > of stuck with it. As standards have evolved to provide us with ways to code > around and/or avoid old behaviors that we don't like, it should not cause us > any real problems for us today. > > regards > Georg > >

Re: [css-d] Basic questions about the box model

2017-08-12 Thread Georg
rs, so now we are kind of stuck with it. As standards have evolved to provide us with ways to code around and/or avoid old behaviors that we don't like, it should not cause us any real problems for us today. regards Georg ________

Re: [css-d] Basic questions about the box model

2017-08-12 Thread Ezequiel Garzón
E6, IE7 and IE8 used to do (i.e they > misinterpreted box model) but people said it is wrong so now we have > box-sizing. Microsoft won here as far as I am concerned. > > > > > > On Mon, 7/8/17, Ezequiel Garzón wrote: > &

Re: [css-d] Basic questions about the box model

2017-08-09 Thread Jay Tanna
E6, IE7 and IE8 used to do (i.e they misinterpreted box model) but people said it is wrong so now we have box-sizing. Microsoft won here as far as I am concerned. On Mon, 7/8/17, Ezequiel Garzón wrote: Subject: [css-d] Basic questions about th

Re: [css-d] Basic questions about the box model

2017-08-06 Thread Georg
. See: https://www.w3.org/TR/CSS2/visuren.html#block-formatting regards Georg ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

[css-d] Basic questions about the box model

2017-08-06 Thread Ezequiel Garzón
ps and hidden stuff are quite common in CSS, if not the desired result. Thanks in advance. Cheers, Ezequiel __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- h

Re: [css-d] td:nth-child(2) negation?

2017-08-03 Thread Gautam Sathe
On Thursday 03 August 2017 02:12 PM, Philippe Wittenbergh wrote: td:not([colspan=2]):nth-child(2) {} I missed the "=2" in the colspan :) Good to learn a new trick. Thanks Philippe. -- Gautam Sathe __ css-disc

Re: [css-d] td:nth-child(2) negation?

2017-08-03 Thread Philippe Wittenbergh
nderstood his requirement of course - in which case the code > I sent last time would also be invalid. That one is easy. td:not([colspan]):nth-child(2) { background: lime; } You could make the range narrower, e.g. td:not([colspan=2]):nth-child(2) {} Philippe -- Philippe Wittenbergh https://l

Re: [css-d] td:nth-child(2) negation?

2017-08-03 Thread Gautam Sathe
. i.e if a second TD has a colspan the rule should not apply. I could have misunderstood his requirement of course - in which case the code I sent last time would also be invalid. Cheers -- Gautam Sathe __________ css-discuss [css-d@list

Re: [css-d] td:nth-child(2) negation?

2017-08-02 Thread Eric A. Meyer
________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] td:nth-child(2) negation?

2017-07-28 Thread Gautam Sathe
-- Gautam Sathe __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.o

[css-d] td:nth-child(2) negation?

2017-07-27 Thread Felix Miata
S/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Lis

Re: [css-d] Flex item inside css grid

2017-07-24 Thread Tom Livingston
which one is correct */ > > My preferred option is the first one. > > > Philippe > -- > Philippe Wittenbergh > https://l-c-n.com/ > > > > > > > -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialo

Re: [css-d] Flex item inside css grid

2017-07-24 Thread Philippe Wittenbergh
oes, not sure which one is correct */ My preferred option is the first one. Philippe -- Philippe Wittenbergh https://l-c-n.com/ __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/l

[css-d] Flex item inside css grid

2017-07-24 Thread Tom Livingston
Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wik

Re: [css-d] CSS Grid Question

2017-07-21 Thread GJim
s. Hope this helps. G-Jim c):{- -- Custom book-boxes: http://www.wyomerc.com/bookboxes/bookboxes.html Book repairs: http://www.wyomerc.com/bookrepair/bookrepairs.html My photography: http://www.gjim.com ______ css-discuss [css-d@l

Re: [css-d] CSS Grid Question

2017-07-21 Thread Tom Livingston
as to put one grid on the other grid.. so, yes, you can have grids in > your grid to grid a grid over a grid. > I swear that made sense when I typed it. > > -- > Eric A. Meyer - http://meyerweb.com/ > __ > css-discuss [css-d@lists.css-discuss.org] >

Re: [css-d] CSS Grid Question

2017-07-21 Thread Eric A. Meyer
r grid.. so, yes, you can have grids in your grid to grid a grid over a grid. I swear that made sense when I typed it. -- Eric A. Meyer - http://meyerweb.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-di

Re: [css-d] CSS Grid Question

2017-07-21 Thread Karl DeSaulniers
Livingston | Senior Front End Developer | Media Logic | > ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com > > > #663399 > __________ > css-discuss [css-d@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinf

Re: [css-d] Recommendation

2017-07-21 Thread Larry Martell
.io are ones I use ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- ht

[css-d] Recommendation

2017-07-21 Thread Sansan Ngo
Hello,  I am new to learning CSS and was wondering if there were any free webhosting sites that you can recommend to run my CSS coding on? Many thanks in advance for your help Kind regards, Sansan  __ css-discuss [css-d

[css-d] CSS Grid Question

2017-07-21 Thread Tom Livingston
yet and can't find what I'm looking for in a search. TIA -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d

Re: [css-d] Animating text

2017-07-17 Thread Karl DeSaulniers
| Media Logic | > ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com > > > #663399 > __ > css-discuss [css-d@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List

[css-d] Animating text

2017-07-14 Thread Tom Livingston
| Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-22 Thread Philippe Wittenbergh
issues as `none`. BTW - the CSS spec only lists two possible values for the `appearance` property: auto or none, with auto meaning “it’s up to the UA”. https://drafts.csswg.org/css-ui-4/#propdef-appearance Philippe -- Philippe Wittenbergh https://l-c-n.com/ _______

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-22 Thread Karl DeSaulniers
>>> be worth a try. >>> Philip Taylor > > > I don’t really understand why a using a higher specificity isn’t the best > tool in this context. Is there a specific reason this won’t work? My > apologies if this have already been covered. > __ _

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philippe Wittenbergh
re-button, textarea, textfield (`none` highlighted) Philippe -- Philippe Wittenbergh https://l-c-n.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-d

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philippe Wittenbergh
https://l-c-n.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Karl DeSaulniers
dio / checkbox: https://msdn.microsoft.com/en-us/library/hh771816 > - input[type=file]: >https://msdn.microsoft.com/en-us/library/windows/apps/hh779844.aspx >https://msdn.microsoft.com/en-us/library/windows/apps/hh465820.aspx > > Have fun with those. I have NEVER had fun with IE

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philippe Wittenbergh
with those. Philippe -- Philippe Wittenbergh https://l-c-n.com/ __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread william drescher
t looks. bill __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Mi B
specificity isn’t the best tool in this context. Is there a specific reason this won’t work? My apologies if this have already been covered. __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listin

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Karl DeSaulniers
t one should eschew > !important as a matter of course, but I think that if all else fails it can > be worth a try. > Philip Taylor ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/list

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-20 Thread Philip Taylor (RHBNC)
schew !important as a matter of course, but I think that if all else fails it can be worth a try. Philip Taylor __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:

[css-d] New stuff!

2017-06-19 Thread Karl DeSaulniers
drumm.com/> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://w

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-18 Thread Karl DeSaulniers
rs and shading to >> be applied. >> Once I added the -*-appearance: unset, it allowed my style to be applied >> including borders and shading. > Did !important have any perceivable effect, Karl ? > Philip Taylor _______

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-18 Thread Philippe Wittenbergh
matches when the checkbox / radio is toggled. I should have suggested using the `:checked` pseudo-class instead. Philippe -- Philippe Wittenbergh https://l-c-n.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.cs

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-18 Thread william drescher
n intranet and ff is the only browser supported. I haven't had time to try the suggested fixes. bill __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FA

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-17 Thread Philippe Wittenbergh
t he does want to remove the native look-and-feel. Philippe -- Philippe Wittenbergh https://l-c-n.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http:/

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-17 Thread Philip Taylor
the -*-appearance: unset, it allowed my style to be applied > including borders and shading. Did !important have any perceivable effect, Karl ? Philip Taylor __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/m

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-17 Thread Karl DeSaulniers
ance: checkbox; > border-style: unset; > > So, it will give exactly the same result, different of what Firefox 53 did > (which only removed the platform specific “look” when the -moz-appearance: > checkbox; is specified). > > Philippe > -- > Philippe Wittenbergh > ht

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread Philippe Wittenbergh
________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread Philippe Wittenbergh
tps://bugzilla.mozilla.org/show_bug.cgi?id=605985 https://developer.mozilla.org/en-US/Firefox/Releases/54 https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance Philippe -- Philippe Wittenbergh https://l-c-n.com/ _____

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread Karl DeSaulniers
outline does) and when clicked the checkbox/radio still > don't show, but the receiving program acts as if it has received the checked > box/radio > > Thoughts? > > -bill > > __________ > css-discuss [c

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread Jeff Zeitlin
nt update of Firefox the checkboxes and radio >buttons no longer show (but the outline does) and when clicked >the checkbox/radio still don't show, but the receiving program >acts as if it has received the checked box/radio > >Thoughts? > >-bill > >_

Re: [css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread Tom Livingston
licked the checkbox/radio still > don't show, but the receiving program acts as if it has received the checked > box/radio > > Thoughts? > > -bill > > __________ > css-discuss [css-d@lists.css-discuss.org] >

[css-d] PROBLEM with CSS for checkbox - Firefox

2017-06-16 Thread william drescher
Firefox the checkboxes and radio buttons no longer show (but the outline does) and when clicked the checkbox/radio still don't show, but the receiving program acts as if it has received the checked box/radio Thoughts? -bill ______

Re: [css-d] A little SVG Help ?

2017-06-08 Thread crestchristopher
: Crest Christopher Cc: CSS Discussion Group Subject: Re: [css-d] A little SVG Help ? Maybe this can help? https://css-tricks.com/masking-vs-clipping-use/#more-255253 On Tue, Jun 6, 2017 at 8:29 AM, wrote: > No, what is defined with is called outside of and should be > dis

Re: [css-d] A little SVG Help ?

2017-06-07 Thread Tom Livingston
enior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-d

Re: [css-d] A little SVG Help ?

2017-06-06 Thread crestchristopher
No, what is defined with is called outside of and should be displayed ? Christopher From: Tom Livingston Sent: Tuesday, June 6, 2017 7:56 AM To: CSS Discussion Group Subject: Re: [css-d] A little SVG Help ? I see what looks like 2 black hourglass type shapes. Is that what you want? On Mon

Re: [css-d] A little SVG Help ?

2017-06-06 Thread Tom Livingston
I see what looks like 2 black hourglass type shapes. Is that what you want? On Mon, Jun 5, 2017 at 10:59 PM, wrote: > Link > > > > Christopher > > > > From: Tom Livingston > Sent: Monday, June 5, 2017 10:19 PM > To: CSS Discussion Group; crestchristop...@g

Re: [css-d] A little SVG Help ?

2017-06-05 Thread Tom Livingston
r Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-disc

[css-d] A little SVG Help ?

2017-06-05 Thread crestchristopher
I understand this doesn’t belong to this discussion. Anyone with deep understanding of SVG because this is not displaying within CodePen ? Christopher __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Embedded Video does not more work

2017-06-03 Thread Michelle Konzack
ila ITSystems @ TDnet GNU/Linux Developer 00372-54541400 signature.asc Description: Digital signature __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://

Re: [css-d] Embedded Video does not more work

2017-06-03 Thread Philip Taylor
mation) is working properly. > > This one (nearly at the end) > <http://www.miila-mahe-aed.eu/projects_24v/heavy_works/atika_concrete_mixer/> > WAS working but now it show an error message: > > A plugin is needed to display the content. ______

[css-d] Embedded Video does not more work

2017-06-03 Thread Michelle Konzack
ms @ TDnet GNU/Linux Developer 00372-54541400 signature.asc Description: Digital signature __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incu

Re: [css-d] Flex question

2017-05-22 Thread Tom Livingston
Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wi

Re: [css-d] Flex question

2017-05-22 Thread Tom Livingston
be careful with height as it is really not necessary if you > structure the markup correctly, and height on any element not a direct child > of the flex element will not work on Safari. > Thanks Al. I'll take a look. I've still not used flex enough to know it well. -- Tom

Re: [css-d] Flex question

2017-05-22 Thread Al Sparber
: red; } ol li:nth-child(even) { background-color: green; } ol li a{ color: #000; } .fubar { line-height: 600%; } __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Flex question

2017-05-22 Thread Al Sparber
tly, and height on any element not a direct child of the flex element will not work on Safari. __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.in

[css-d] Flex question

2017-05-22 Thread Tom Livingston
t End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incuti

Re: [css-d] Pure CSS variables (no preprocessors)

2017-05-22 Thread Reese
Reese __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evol

Re: [css-d] Pure CSS variables (no preprocessors)

2017-05-21 Thread Karl DeSaulniers
don use of Eudora. ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Pure CSS variables (no preprocessors)

2017-05-21 Thread Reese
abandon use of Eudora. Reese __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/poli

Re: [css-d] Pure CSS variables (no preprocessors)

2017-05-18 Thread Eric A. Meyer
http://meyerweb.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evol

Re: [css-d] Pure CSS variables (no preprocessors)

2017-05-18 Thread Philippe Wittenbergh
ous version don’t support css variables. FWIW, I have _on average_ a 15%~20% user base for IE 11. Philippe -- Philippe Wittenbergh https://l-c-n.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.or

Re: [css-d] Pure CSS variables (no preprocessors)

2017-05-18 Thread Reese
At 03:20 PM 5/18/2017, Reese wrote: Wow, the formatting on that got clobbered. Will probably get clobbered on this email also. How long has that been happening? Reese __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] How do you handle situations like this?

2017-05-18 Thread Philippe Wittenbergh
to give you some idea. https://emps.l-c-n.com/category/image/sand-reflections/ Philippe -- Philippe Wittenbergh https://l-c-n.com/ __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css

Re: [css-d] How do you handle situations like this?

2017-05-18 Thread Tom Livingston
456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss

Re: [css-d] How do you handle situations like this?

2017-05-18 Thread Tom Livingston
-- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wik

[css-d] How do you handle situations like this?

2017-05-18 Thread Tom Livingston
situation here and can't see another easy solution. TIA -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 ______ css-discuss [css-d@lists.c

[css-d] Pure CSS variables (no preprocessors)

2017-05-18 Thread Reese
like LESS and SASS obsolete? Are there any gotcha's? Reese __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

Re: [css-d] bandcamp iframe breaks inside foundation modal

2017-05-12 Thread DBACE DESIGNS
nd regards, > Josh > -- DBace Designs Inc. Seattle, USA __________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] bandcamp iframe breaks inside foundation modal

2017-05-12 Thread DBACE DESIGNS
g a look for me? Example here: https://www.mrcrunchy.com/dev/just-another-post/ Thanks much & kind regards, Josh ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wik

[css-d] form element styles flashing

2017-04-27 Thread Tom Livingston
blur, mouse over and out (on the button). Is it me or the browser? Thanks -- Tom Livingston | Senior Front End Developer | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com #663399 __ css-discuss [

Re: [css-d] Flexbox question

2017-04-26 Thread Tom Livingston
t's a screenshot of the page in question. > >> > >> > >>> > >>> Christopher > >>> > >>> From: Chris F.A. Johnson > >>> Sent: Tuesday, April 25, 2017 7:57 PM > >>> To: CSS Discussion Group > >>> S

Re: [css-d] Flexbox question

2017-04-26 Thread Nancy Johnson
rs as junk ? >> >> >> It's a screenshot of the page in question. >> >> >>> >>> Christopher >>> >>> From: Chris F.A. Johnson >>> Sent: Tuesday, April 25, 2017 7:57 PM >>> To: CSS Discussion Group >>> Subjec

Re: [css-d] Flexbox question

2017-04-25 Thread Tom Livingston
but it appears as junk ? > > > It's a screenshot of the page in question. > > >> >> Christopher >> >> From: Chris F.A. Johnson >> Sent: Tuesday, April 25, 2017 7:57 PM >> To: CSS Discussion Group >> Subject: Re: [css-d] Flexbox question &g

Re: [css-d] Flexbox question

2017-04-25 Thread Chris F.A. Johnson
On Tue, 25 Apr 2017, crestchristop...@gmail.com wrote: What is that image ? I know what it is but it appears as junk ? It's a screenshot of the page in question. Christopher From: Chris F.A. Johnson Sent: Tuesday, April 25, 2017 7:57 PM To: CSS Discussion Group Subject: Re: [

Re: [css-d] Flexbox question

2017-04-25 Thread crestchristopher
What is that image ? I know what it is but it appears as junk ? Christopher From: Chris F.A. Johnson Sent: Tuesday, April 25, 2017 7:57 PM To: CSS Discussion Group Subject: Re: [css-d] Flexbox question On Tue, 25 Apr 2017, Nancy Johnson wrote: > In the past I used it only for equal heig

Re: [css-d] Flexbox question

2017-04-25 Thread Chris F.A. Johnson
://css-tricks.com/snippets/css/a-guide-to-flexbox/ Not a page I'd use as a good example: http://b.cfaj.ca/flex.jpg -- Chris F.A. Johnson, <http://cfajohnson.com> __ css-discuss [css-d@lists.css-discuss.org] http://www.css-

Re: [css-d] Flexbox question

2017-04-25 Thread Nancy Johnson
/ Nancy On Sat, Apr 22, 2017 at 2:10 AM, wrote: > Interesting method of using FlexBox; for someone whom has never used Flexbox 😊 > > Christopher > > From: Tom Livingston > Sent: Monday, April 10, 2017 5:40 PM > To: CSS Discussion Group > Subject: Re: [css-d] Flexbox que

Re: [css-d] Flexbox question

2017-04-21 Thread crestchristopher
Interesting method of using FlexBox; for someone whom has never used Flexbox 😊 Christopher From: Tom Livingston Sent: Monday, April 10, 2017 5:40 PM To: CSS Discussion Group Subject: Re: [css-d] Flexbox question On Mon, Apr 10, 2017 at 5:24 PM, Al Sparber wrote: > On 4/10/2017 4:01 PM,

Re: [css-d] list of all the CSS properties?

2017-04-15 Thread Mi B
nk to the original. ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] list of all the CSS properties?

2017-04-15 Thread Philippe Wittenbergh
luck with your project. Philippe -- Philippe Wittenbergh https://l-c-n.com/ ______ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

  1   2   3   4   5   6   7   8   9   10   >