Header background image
aznboy - March 8, 2008 - 10:39
| Project: | Artists C01 |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
#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
#2
figured 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
#3