minimal Switch is a basic PHP powered CSS style switcher. Nothing too groundbreaking here, it's just a convenient and portable way to add a CSS style switcher to your sites. It will store the ...
minimal Switch is a basic PHP powered CSS style switcher. Nothing too groundbreaking here, it's just a convenient and portable way to add a CSS style switcher to your sites. It will store the selected style in a cookie and will scan the predefined folder for styles sheets and add them automatically to the list of available styles. Once you upload the script to your server, just put <? mSwitch(); ?> wherever you want the style switcher to be on your pages. They are 3 display options: - order list - unordered list - select type form field Detailed info available in the download, and the online demo.