Images referenced in CSS files These are referenced from the locoation of the CSS file itself (not the website site root)
Category: Files
Paths to images etc
You can specify paths in relation to the site root directoy with a leading forward slash like this: background: url(/images/header_logo.png) no-repeat;
Include css file in another css file
You can use this within a css file to include another css file: @import url(“/css/another_style.css”);