Hey. Its simple quation, but have litle problem with this.
Its my path for css - assets/content/stylsheets/my.css
Its path picture for background url - assets/images/picture.gif
I do the following in my.css background: transparent
url(../../images/picture.gif).
but the path is not correct, the image is not found. I tried with one
../ and easy images/picture.gif. Not work. When i add picture in folder
with css and add path - background: transparent url(picture.gif) all in
fine.
Hey. Its simple quation, but have litle problem with this.
Its my path for css - assets/content/stylsheets/my.css
Its path picture for background url - assets/images/picture.gif
I do the following in my.css background: transparent
url(../../images/picture.gif).
but the path is not correct, the image is not found. I tried with one
../ and easy images/picture.gif. Not work. When i add picture in folder
with css and add path - background: transparent url(picture.gif) all in
fine.
I find that the easiest way to figure out these relative paths is to
look at the paths generated in the HTML in the browser. Once you know
the exact path to your assets as seen by the browser it should be pretty
easy to deduce the relative path from one asset to another.
I find that the easiest way to figure out these relative paths is to
look at the paths generated in the HTML in the browser. Once you know
the exact path to your assets as seen by the browser it should be pretty
easy to deduce the relative path from one asset to another.