Closed (fixed)
Project:
Artists C01
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2008 at 10:39 UTC
Updated:
8 Mar 2008 at 10:54 UTC
Hi, I tried to put a background image in the css file for "custom_colorScheme_blueLagoon.css" and it won't show. I'm thinking it's something to do with drupal but not sure.
#idSegmentUpper { background-image: #000000 url(images/bg_1black.jpg) repeat-x scroll top left; border-color:#0072B9; }
on line 7 and I already have the jpeg file in the image folder c01 theme with all the logos
any thoughts on why this doesn't work
Comments
Comment #1
aznboy commented#idSegmentUpper { background: #000000 url(images/bg_1black.jpg) repeat-x scroll top left; border-color:#0072B9; }
is the corrected code..but that didn't work either
Comment #2
aznboy commentedfigured it out...dang...always seem to figure it out after i post..should post sooner so i can figure out what i did wrong..my setup on localhost is multisite so the css code is
#idSegmentUpper { background: #000000 url(/sites/all/themes/images/artistsC01/bg_1black.jpg) repeat scroll left; border-color:#0072B9; }
multisite is still new to me so still trying to figure things out
Comment #3
aznboy commented