[FIXED] background image not repeating vertically
Posted: Sat Nov 24, 2007 6:27 am
Hi. I'm running CMS Made Simple 1.1.4.1. Running on PHP and using. MySQL 4.1. Running on Apache and Linux.
I'm trying to get an image to repeat vertically in my left sidebar. the image displays once, but does not repeat.
Below is my sidebar section:
CH
I'm trying to get an image to repeat vertically in my left sidebar. the image displays once, but does not repeat.
Below is my sidebar section:
Please advise. Thanks very much!div#sidebar {
float: left; /* set sidebar on the left side. Change to right to float it right instead. */
width: 17em; /* sidebar width, if you change this please also change #main margins */
display: inline; /* FIX IE double margin bug */
margin-left: 0;
background-image: url(images/leftbak.gif); background-repeat: repeat-y
}
CH