Let's say if I link to a background img in a css file url(img/bg.png)
, and the css file is at http://example.com/test/style.css and the img file is at http://example.com/test/img/bg.png
However I browse the page at http://example.com/index.html and i like to the css file via <link rel='stylesheet' type='text/css' href='test/style.css' />
with the base set to <base href="http://example.com" />
Would the css file work?