Background Image repeat CSS Styling Help
-
You can see on the page that the background keeps going until the end of your browser by going to one of the many pages, the lines on the side continue down. I’d like them to stop at the footer no matter how short the page is.
My style for this is:
body {
background: #FFFFFF url(images/bg.jpg) top center repeat-y;
color: #545454;
font-size: 13px;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin: 0px 0px 0px;
}I tried placing the “background: #FFFFFF url(images/bg.jpg) top center repeat-y;” in the #content are, but it doesn’t show that way. Anyone know how to do what I am looking for.
Hoping someone can help me here.
Michael
The topic ‘Background Image repeat CSS Styling Help’ is closed to new replies.