Hi all,
Having a little problem with image paths.
I want to use:
.header h2 a {
background: url(/library/images/linkArrow.gif) right no-repeat;
}
but this does not work.
But when I use the following below, it does work.
.header h2 a {
background: url(../../library/images/linkArrow.gif) right
no-repeat;
}
What might I be doing wrong here?
My folder structure is: library folder holds css folder and images folder.
Can I use a relative path or just use the dots?
--
Regards
Karl
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/