Re: [css-d] Position fixed and transforms

2014-11-17 Thread Tom Livingston
I'll try that. From what I read, the fact that transform is on the parent at all is the problem. I'll reply after I give it a shot. Thanks On Mon, Nov 17, 2014 at 8:21 PM Philippe Wittenbergh wrote: > > > Le 18 nov. 2014 à 02:18, Tom Livingston a écrit : > > > > I am using transform: translate3

Re: [css-d] Position fixed and transforms

2014-11-17 Thread Philippe Wittenbergh
> Le 18 nov. 2014 à 02:18, Tom Livingston a écrit : > > I am using transform: translate3d(0px, 0px, 0px); on a parent element > for off-screen mobile nav. > > At wider widths, I switch to a typical top nav, and add position:fixed > to my header (a child of the aforementioned parent element). Af

Re: [css-d] Position fixed and transforms

2014-11-17 Thread Karl DeSaulniers
translate3d: none; ? Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Nov 17, 2014, at 11:18 AM, Tom Livingston wrote: > Hello list, > > I am using transform: translate3d(0px, 0px, 0px); on a parent element > for off-screen mobile nav. > > At wider widths, I switch to a typica

Re: [css-d] Position fixed and transforms

2014-11-17 Thread Tom Livingston
On Mon Nov 17 2014 at 12:18:44 PM Tom Livingston wrote: > Hello list, > > I am using transform: translate3d(0px, 0px, 0px); on a parent element > for off-screen mobile nav. > > At wider widths, I switch to a typical top nav, and add position:fixed > to my header (a child of the aforementioned par

[css-d] Position fixed and transforms

2014-11-17 Thread Tom Livingston
Hello list, I am using transform: translate3d(0px, 0px, 0px); on a parent element for off-screen mobile nav. At wider widths, I switch to a typical top nav, and add position:fixed to my header (a child of the aforementioned parent element). After some research, I learned that the transform on the