Here's the CSS code I have:
.cmon
{
background-repeat: repeat-x;
background-image: url("line2.png");
position:absolute;
bottom:0px;
}
The goal is to have the image (a line in this case) placed at the bottom of the page and repeat horizontally. However, although it appears at the bottom, it doesn't repeat as expected. Can anyone identify what might be causing this issue?
You can see how it looks with the above code applied here: . Additionally, the image does not display in the menu at the top right corner either.
I would greatly appreciate any insights into resolving this problem. (Apologies if external links are against the rules; they are solely meant for troubleshooting purposes)