I use jquery-style-switcher.js for change style some of elements.In this case i must specify the full path of style sheet files in root website.In the page source of this page another css files has link such as this:
/dnn_test/Portals/_default/Skins/Crew/css/style.css
and I use this full path for switcher
fullPath: '/DNN_test/Portals/_default/Skins/Crew/css/'
But when run website switcher can not load the files.Please advice.