[css-d] Fixed position over background-attachment: fixed

2014-06-13 Thread Tom Livingston
Hello list,

I'm having an issue where the design I'm working on requires a
position:fixed nav bar over a series of divs that contain a fixed
background image (background-attachment:fixed;). As you scroll, these
divs are to scroll normally under the fixed nav.

Also, at a certain point while scrolling, I trigger the fixed navbar
to display - using waypoints.js and slideToggle.

I can see the navbar very briefly with some deft scrolling maneuvers,
so it appears to be showing and hiding, but the issue seems to be a
stacking order problem.

Does background-attachement:fixed and/or position:fixed mess up the
stacking order? I have tried z-index ordering them but it isn't
helping. I'm sorry but I cant post a link as of yet.

TIA



#663399Becca

-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.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] Fixed position over background-attachment: fixed

2014-06-13 Thread Tom Livingston
On Fri, Jun 13, 2014 at 1:54 PM, Tom Livingston tom...@gmail.com wrote:
 Hello list,

 I'm having an issue where the design I'm working on requires a
 position:fixed nav bar over a series of divs that contain a fixed
 background image (background-attachment:fixed;). As you scroll, these
 divs are to scroll normally under the fixed nav.

 Also, at a certain point while scrolling, I trigger the fixed navbar
 to display - using waypoints.js and slideToggle.

 I can see the navbar very briefly with some deft scrolling maneuvers,
 so it appears to be showing and hiding, but the issue seems to be a
 stacking order problem.

 Does background-attachement:fixed and/or position:fixed mess up the
 stacking order? I have tried z-index ordering them but it isn't
 helping. I'm sorry but I cant post a link as of yet.

 TIA


I got it. Not sure what I did to get it, but I got it.

Thank you,  if you were pondering this. Don't ponder it, if you haven't started.




#663399Becca

-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.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/