Page 1 of 1

Left Side Bar Panel background image?

Posted: Fri May 23, 2008 6:54 pm
by Haak
I have trying to add a background image to the leftsidebarpanel of the three column layout using the the css file for my selected theme with no luck. I seem to be able to change the color but when I add css code like on the next line

background: url(images/header_icons.gif) repeat-y;

to add a background image I get a random blue background. I do get rid of the css code that adds a background color but whether or not I keep or get rid of the background color the image never shows up?

Any suggestions ideas?

Thanks,
Hawk

Re: Left Side Bar Panel background image?

Posted: Sat May 24, 2008 6:58 am
by m_plugables
instead of removing the background color try
background-color:Transparent

Re: Left Side Bar Panel background image?

Posted: Sun May 25, 2008 8:17 pm
by kraehe
Hmmm, is your image stored in the right folder? it should be in "App_Themes/youthemefolder/images".

Just a thought, this happened to me once.

Re: Left Side Bar Panel background image?

Posted: Tue May 27, 2008 2:48 pm
by Haak
Thanks guys for the reply's. I had a typo! of course :oops: So the changes I made before worked but had the wrong name for the image.

Hawk

Re: Left Side Bar Panel background image?

Posted: Wed May 28, 2008 2:05 am
by m_plugables
never mind :)