I'm using code I found for a jquery style sheet switcher.
From here: http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/
Now I'm running into a problem using this switcher.
I’m trying to us this to load a theme css file while keeping my main css file loaded.
My main css file contains my sites structure, and I'd like to keep this file loaded no matter what.
Now I'm trying to use this switcher to load alternate color themes for the site. The only problem is that my main css file is being unloaded and replaced by the color themes.
How can I go about having one main css file that doesn’t change and have this switcher only effect my theme css files?
thanks