When I use CSS background: url(stuffhere.jpeg)
for the background, it remains unchanged when clicking on other videos categorized as "projects," not pages.
I have attempted using <body id="home">
and <body id="projects">
, creating two backgrounds for #home and #projects separately, but unfortunately the projects section does not display the correct background...
Afterward, I tried using <div id="projects">
; however, divs are not able to alter the entire background since it's not a standalone page.
Could someone please take a look at this issue and provide feedback? Visit www.montagemd.com, click on one of the videos, and observe how the grey background needs to cover the entire screen or override what is set in #home.