Hi Frosticek
i have been doing alot of changes with combining css and need to force clear browser cache. would this method work ?
osc_enqueue_style('style', osc_current_web_theme_url('style.css?ver=1.1'));
osc_enqueue_style('tabs', osc_current_web_theme_url('tabs.css?ver=1.1'));
osc_enqueue_style('fancy', osc_current_web_theme_js_url('fancybox/jquery.fancybox.css?ver=1.1'));
osc_enqueue_style('responsive', osc_current_web_theme_url('responsive.css?ver=1.1'));
do you know if this does work , would i need to change anything else or would this be sufficient ?
Many Thanks
Chris