CodeIgniter Forums
AssetLibPro problem with the images paths used within the CSS - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: AssetLibPro problem with the images paths used within the CSS (/showthread.php?tid=59728)



AssetLibPro problem with the images paths used within the CSS - El Forum - 11-09-2013

[eluser]Unknown[/eluser]
Hello
currently i'm using AssetLibPro Library with CSSTidy and JSMin plugins for my new project
it works fine but have a small issue
it adds the full path for all of the images included within the css files
for example
if the css have a link for background image like
Code:
background-image: url("../img/sidebar-menu-arrow.png");
after calling the css file from the library and push it to the view the path become
Code:
background-image: url("../../../assets/backend/css/../img/sidebar-menu-arrow.png");
which issue a problem and most of images within the design are missed