I have looked in many places to find answers such as a few forums here, daniweb, as well as other similar websites like this that I've found on google, bing, and yahoo, and yet I still can't find an answer. Here is my problem that lies:
I am trying to code an image into the top of the screen (using Chrome if you wanted to know) and I want it to appear as it is the leftside of my banner.
Here is the code:
LeftBanner {
width: 20px;
height: 40px;
background-color: #b0c4de;
position: fixed;
top: 5px;
background:url('/Graphics/LeftBanner.png');
background-attachment: fixed;
}
How do you suppose I make it show up? If, in Inspect Element, I remove the checkmark for the image, a box with those dimensions appear, so I that is out of the equation. I have tried so many things that this was the last result. Any suggestions or answers are appreciated greatly.