YellerPuma
23 Jan 2010, 05:44 PM
Hi,
I have a folder hierarchy that goes like this:
http://i297.photobucket.com/albums/mm219/YellerPuma/hierarchy.png
How do I call for images in the images folder from the style.css?
I can't go "background: url(images/something.png)" because that is if the images folder is in the same directory as the css file.
[UPDATE:] Ok, I found what I was looking for "background: url(../images/something.png)".
I have a folder hierarchy that goes like this:
http://i297.photobucket.com/albums/mm219/YellerPuma/hierarchy.png
How do I call for images in the images folder from the style.css?
I can't go "background: url(images/something.png)" because that is if the images folder is in the same directory as the css file.
[UPDATE:] Ok, I found what I was looking for "background: url(../images/something.png)".