Jump to content
Search Community

adamculpepper

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by adamculpepper

  1. @ZachSaucier I found that first one and it wasn't helpful, but that second one was for sure and gives me a lot more control over the styles that I didn't realized I needed until I got past this hump, so thank you for that! And thank you for such a quick response, this really made my day (yesterday). ? @akapowl Oh man, that was it! I felt like I was super close, but couldn't figure it out. I tried changing the .for() to a .to() several times, but I guess I wasn't as close with the other code when I did it. Thanks a bunch!
  2. I'm trying to update the .nav-bar background color when I hit a new <section> element. The header and sections are 100% height. The .nav-bar background color shouldn't be set when the viewport is inside the <header> element. For some reason it's getting set to green (0, 255, 255) immediately and the "section 1" row is getting set to white (0, 0, 0). It looks like it's acting as if the <header> element isn't there, setting everything one step too soon.
×
×
  • Create New...