Joel Hardi <[EMAIL PROTECTED]> writes: > Is there a way to tell wget to retrieve files (i.e. images) > referenced inside of a stylesheet? For example: > > ----- > h1 { background-image: url("images/bar.png") } > ul { list-style-image: url("http://png.com/ellipse.png") } > -----
No. But it could be added, as long as it's not too hard to parse CSS. I'm not sure which cases need to be handled; there's url("..."), but isn't there also an import statement for importing CSS? Then there's the embedded CSS in style elements and external CSS.