Hi All,
I am going stir crazy trying to work out what is going on with my Sub Domain CSS.
I have a base domain with a css at root and image folder at root containing my image files for the base domain:
(the web address' used are fictional but the paths are true)
www.website.co.uk (/public_html/)
www.website.co.uk/images/ (/public_html/images/)
The css file sitting at /public_html/css.css)
Background images referenced in this css file work on this base domain.
how css.css references images-
background-image: url(images/bckground.jpg);
However, my issue is I also have the following.
www.subdomain.website.co.uk (/public_html/subs/demo/)
www.subdomain.website.co.uk/images/(public_html/subs/demo/images/)
The css file for the sub domain sitting at /public_html/subs/demo/sub.css
I can't get the background images for this subdomain working at all.
Currently the sub.css references the images as below but I have tried many different variations-
background-image: url(images/bckground.jpg);
Any help may just stop me going insane
"I think I posted half a post before this one by pressing the space bar after accidently tabbing out of the test box so - Sorry for that  "
Last edited by daveyboy; 06-28-2009 at 08:44 AM..
|