marain
09-27-2020, 08:57 PM
Folks,
The page is https://www.njgunlawyers.com/page.php?here=fidDenied. The relevant CSS code is
.fidDenied {
background-image: url("../images/denied300x150.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
}
The page class is fidDenied. denied300x150.jpg is in the server's image folder. The named image does not appear on the page presentation.
Additional information: The information above is for desktop. Identical CSS code is in the mobile CSS folder. The image appears in the mobile presentation as expected.
Color me perplexed.
A.
The page is https://www.njgunlawyers.com/page.php?here=fidDenied. The relevant CSS code is
.fidDenied {
background-image: url("../images/denied300x150.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
}
The page class is fidDenied. denied300x150.jpg is in the server's image folder. The named image does not appear on the page presentation.
Additional information: The information above is for desktop. Identical CSS code is in the mobile CSS folder. The image appears in the mobile presentation as expected.
Color me perplexed.
A.