Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Crest Christopher
Rather, I should have though to use -webkit- ! Philippe Wittenbergh wrote: On Feb 28, 2016, at 13:47, Crest Christopher wrote: I'm hoping there is a polypill for css3 2d transforms on this version of iOS, once again if it's relevant ? You don’t give much details, but… you do realise, I h

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Crest Christopher
I did not know this piece of info; thanks :) Philippe Wittenbergh wrote: On Feb 28, 2016, at 13:47, Crest Christopher wrote: I'm hoping there is a polypill for css3 2d transforms on this version of iOS, once again if it's relevant ? You don't give much details, but... you do realise, I ho

Re: [css-d] Hiding desktop header menu on phones?

2016-02-28 Thread Karl DeSaulniers
Yes. display: none removes it from the DOM to hide it. That includes the parent and any children. Visibility:hidden can malfunction on a parent element if visibility:visible is set on any children. This may be what you were thinking of. Just fyi, if you set display:none on a nav menu, screen re

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Philippe Wittenbergh
> On Feb 28, 2016, at 13:47, Crest Christopher > wrote: > > I'm hoping there is a polypill for css3 2d transforms on this version of > iOS, once again if it's relevant ? You don’t give much details, but… you do realise, I hope, that MobileSafari running on iOS 7.x does support css transform

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Karl DeSaulniers
Yeah from both you and Tom. Thank you for removing me. I am not getting two from you any longer. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Feb 28, 2016, at 3:47 PM, Crest Christopher wrote: > Now you get, four copies ? > > Karl DeSaulniers wrote: >> Please remove me fro

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Crest Christopher
Now you get, four copies ? Karl DeSaulniers wrote: Please remove me from your reply all. I'm getting 4 copies of every message. Best, Karl Sent from losPhone On Feb 28, 2016, at 3:35 PM, Crest Christopher wrote: Why don't I have to ? Tom Livingston wrote: You revel in the fact that you

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Crest Christopher
Kari, good ? Karl DeSaulniers wrote: Please remove me from your reply all. I'm getting 4 copies of every message. Best, Karl Sent from losPhone On Feb 28, 2016, at 3:35 PM, Crest Christopher wrote: Why don't I have to ? Tom Livingston wrote: You revel in the fact that you don't have to.

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Karl DeSaulniers
Please remove me from your reply all. I'm getting 4 copies of every message. Best, Karl Sent from losPhone > On Feb 28, 2016, at 3:35 PM, Crest Christopher > wrote: > > Why don't I have to ? > > Tom Livingston wrote: >> You revel in the fact that you don't have to. >> >> On Sunday, Februar

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Crest Christopher
Why don't I have to ? Tom Livingston wrote: You revel in the fact that you don't have to. On Sunday, February 28, 2016, Crest Christopher mailto:crestchristop...@gmail.com>> wrote: How can I support what is not supported with this version of iOS / Safari if polyfills are not availabl

Re: [css-d] Hiding desktop header menu on phones?

2016-02-28 Thread Chris Rockwell
> Something tells me that if the parent is hidden, the children are also hidden (cascade) but I would like to make sure. That will be the case unless the elements are taken out of the flow with something like absolute positioning. Sounds like what you're trying to do is correct, but just give it a

[css-d] Hiding desktop header menu on phones?

2016-02-28 Thread John J
I have my "waffle" menu div hiding until viewport reaches max-width: 42.5rem, using display:none; in the desktop CSS, then using display:inline; at 42.5rem Is it adequate correct to apply same thing in reverse to just the header nav ul? Or must I apply it also to all the children? Something tells

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Tom Livingston
You revel in the fact that you don't have to. On Sunday, February 28, 2016, Crest Christopher wrote: > How can I support what is not supported with this version of iOS / Safari > if polyfills are not available for this version of Safari on iPhone ? > > Karl DeSaulniers wrote: > >> iOS 9.2.1 is t

Re: [css-d] polyfill for 2d transforms iOS 7.x

2016-02-28 Thread Crest Christopher
How can I support what is not supported with this version of iOS / Safari if polyfills are not available for this version of Safari on iPhone ? Karl DeSaulniers wrote: iOS 9.2.1 is the current one. I think 7.1.2 is out dated at this point. I know you can't put it on any phones, Apple is no long