Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background image in a sidebar Re: Background image in a sidebar

#71330
ozee
Member

I played with your code in firebug some and the best way I found to do what it sounds like you are wanting is to apply that


background: url(/images/sidebarbg.png) repeat-y;

to the id for the sidebar wrapper. Let me know if this helps you!