Folks,
Can someone assist with some CSS code that is not working? I am trying to stick a fixed image in the upper left-hand corner of each page. The site is www.NJ-ADR.com.
Here is the html:
<link rel="stylesheet" type="text/css" href="css/nj-adr.css"> <script src="js/popwin.js"></script> <link rel="icon" href="images/revolver.png"> </head>
Here is the CSS:
body { background-color:#ffc; color:#000; background-image: url("../images/croppedLogo.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-position: top left; font-family:sans-serif; font-weight:bold; font-size:medium; /* allows proper alignment of various divs */ text-align:center }
The server confirms that the image file was properly uploaded (please see attachment)
I am at a loss as to where to go from here.
A.
Edited by WillieFoxx, 06 November 2023 - 03:03 PM.