html - linking to root level then images folder -


i have file structure looks this:

my site structre http://retailsitecommon.afstores.com/develop/freshmarket/screen%20shot%202012-07-02%20at%2012.12.00%20pm.png

i trying use root-level links images because have footer needs used in subfolders of subfolders has images in it. instance, in styles.css file trying background: url('/images/logo.png') no-repeat;, image doesn't show up. if background: url('../images/logo.png') no-repeat;, image appears. doing wrong?

i think need on server work like. try setting lamp on pc or mamp on mac.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -