On Mon Nov 17 2014 at 12:18:44 PM Tom Livingston <tom...@gmail.com> 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 parent element). After
> some research, I learned that the transform on the parent of my header
> will mess up the fixed positioning. My question is how do I "turn
> off/negate/undo" the transition at wider widths so my fixed header
> will work?
>
> Sorry, can't post code right now.
>
> Thanks in advance.
>
>
So after some messing around, I tried adding the transforms using a class
and after a certain point, removing that class with JQ so as to avoid the
position:fixed issue I'm having. Turns out the default state of my
structure relies on the transforms to display the page normally. Looks like
I'm out of luck with this. Guess I'll have to go talk to the designer about
"Plan B".

If you pondered my issue, I 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-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to