Closed (fixed)
Project:
OM 2 HTML5
Version:
7.x-1.12
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 06:04 UTC
Updated:
1 Mar 2011 at 06:36 UTC
I'm trying to build a sub-theme according to documentation and am having an issue with background images. Take the following CSS sample:
#header {
/* background-image: url("img/top.png") no-repeat scroll center bottom transparent; */
background-color: #666666;
height: 160px;
}
Using background-color works, however, trying to use any background-image (tried w/ just 'background' & the url) doesn't.
In disclosure, I'm new to this and making my first there (or sub-theme in this case). Is there something I need to set here (saw something about base path)? I have the sub-theme under /sites/all/themes - not under ..../sites/themes/om
Thx in advance.
Comments
Comment #1
danielhonrade commentedTry this... :D
your images should be inside the css/images/
Comment #2
danielhonrade commentedComment #3
oshelot commentedBrilliant!! That worked. Thanks so much :)