[FIXED] background image not repeating vertically

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
charleyhankins
Forum Members
Forum Members
Posts: 28
Joined: Tue Oct 09, 2007 4:33 pm

[FIXED] background image not repeating vertically

Post by charleyhankins »

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:
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
}
Please advise.  Thanks very much!
CH
Last edited by charleyhankins on Sat Nov 24, 2007 8:58 pm, edited 1 time in total.
charleyhankins
Forum Members
Forum Members
Posts: 28
Joined: Tue Oct 09, 2007 4:33 pm

[FIXED] Re: background image not repeating vertically

Post by charleyhankins »

HA!  Nevermind. I woke up this morning with the obvious realization of what to do, so I put the background tags in the div#pagewrapper.  Works fine now.  I am such an idiot.  :D
Post Reply

Return to “Layout and Design (CSS & HTML)”