Page 1 of 1

[FIXED] background image not repeating vertically

Posted: Sat Nov 24, 2007 6:27 am
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

[FIXED] Re: background image not repeating vertically

Posted: Sat Nov 24, 2007 8:57 pm
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