Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make url() css properties relative to the stylesheet #2

Open
christiaan opened this issue Jul 7, 2010 · 0 comments
Open

make url() css properties relative to the stylesheet #2

christiaan opened this issue Jul 7, 2010 · 0 comments
Labels

Comments

@christiaan
Copy link
Owner

If a stylesheet comes from a different location as the html file that is including it the urls to images are fetched relative to the stylesheet.

As the test shows url("someimage.jpg"); should be replaced with url("testfiles/someimage.jpg"); but only if it is a relative url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant