i m using css like this :
.xyz span{background:url(images/top_link_bg.png) repeat; padding:5px;height:30px;color:#fff; font-family:Arial; font-size:12px;}
I i use above url it is not working in url rewriting case when url contains more slash "/"
if i use ../images/top_link_bg.png it is only one folder up
if i use /images/top_link_bg.png it is working online but not in our visual studio project.
So how should we get root path in css.