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