+ 1

How can I change background image when user scrolls on the div? PLEASE HELP

How can I change background image when the user scrolls on the div called step2? I'm almost certain that Javascript has to used. https://code.sololearn.com/WIEM419wsuDr

12th Nov 2021, 8:08 PM
Larsmhv
Larsmhv - avatar
14 Answers
0
The thing is that u set the background image so use Js when the duv is focused then change the background
14th Nov 2021, 1:15 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
That is what I don't understand how to do.
14th Nov 2021, 1:23 PM
Larsmhv
Larsmhv - avatar
0
So u are a noob to js
14th Nov 2021, 1:24 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
Correct
14th Nov 2021, 1:25 PM
Larsmhv
Larsmhv - avatar
0
Ok
14th Nov 2021, 1:26 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
I guess you are noob as well?
14th Nov 2021, 1:27 PM
Larsmhv
Larsmhv - avatar
0
No
14th Nov 2021, 1:27 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
I have spent 3 Year using it
14th Nov 2021, 1:28 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
So why are you complaining about me not knowing it instead of helping?
14th Nov 2021, 1:29 PM
Larsmhv
Larsmhv - avatar
0
No let me help you
14th Nov 2021, 1:30 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
var focused = document.activeElement; if (!focused || focused == document.body) focused = null; else if (document.querySelector) focused = document.querySelector(":focus");
14th Nov 2021, 1:37 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
But where am I suppose to put the new background when the user scrolls on the div called step2
14th Nov 2021, 1:43 PM
Larsmhv
Larsmhv - avatar
0
Well put it in the js
14th Nov 2021, 5:47 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar
0
Where you want
14th Nov 2021, 5:55 PM
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active)
🥇👩‍💻 Kintu Michael Evans 🔥🔥( Active) - avatar