Home › Forums › JavaScript › Change Body Border color on Scroll › Reply To: Change Body Border color on Scroll
March 12, 2014 at 5:40 am
#165517
Member
Ok…figured it out with a little Googling.
I added a common class to each of your border divs so I can select them with Jquery.
Then when the window is scrolled a certain amount another class is added (or removed) that has a different bg color:
As I said, if you want multiple colors at different scroll points then that’s beyond my current skills.
Codepen: http://codepen.io/Paulie-D/pen/Humzw