how do I make an image fixed but not in background | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I make an image fixed but not in background

10th May 2020, 1:17 PM
Posi
Posi - avatar
2 Answers
+ 3
Thanks
10th May 2020, 1:23 PM
Posi
Posi - avatar
+ 2
Use this : img { position: fixed; } Or if you have a class or id, just use it instead of 'img'; However, you can add your code too so that I can see the problem :))
10th May 2020, 1:19 PM
Arb Rahim Badsa
Arb Rahim Badsa - avatar