Name: Anonymous 2013-09-05 21:07
I have this:
all my css files in one subdomain, html.website.com
all my iamges in another subdomain, images.website.com
i link my stylesheet:
link href="http://html.website.com/html/style.css"; rel="stylesheet" type="text/css"
and in the CSS:
background:#333 url("../images/bodybg.png") repeat-x fixed top center;
does not work. i have to put the whole domain in there? as far as relative paths, since the image is relative from the path of the location of the stylesheet? so I would think ../images/ should work?
all my css files in one subdomain, html.website.com
all my iamges in another subdomain, images.website.com
i link my stylesheet:
link href="http://html.website.com/html/style.css"; rel="stylesheet" type="text/css"
and in the CSS:
background:#333 url("../images/bodybg.png") repeat-x fixed top center;
does not work. i have to put the whole domain in there? as far as relative paths, since the image is relative from the path of the location of the stylesheet? so I would think ../images/ should work?