Page 1 of 1

style sheet swapping buttons

Posted: Tue Sep 30, 2008 1:27 am
by Obadiah
you know how on msn you have the option to choose the color you want as the background of your webpage, is this done with javascript....anyone know where i can find a good tutorial on how to do this?

Re: style sheet swapping buttons

Posted: Tue Sep 30, 2008 2:09 am
by alex.barylski
Could be done in JS but I imagine this is probably done almost entirely with CSS and a sprinkling of JS for the dynamics...

Create themed stylessheets and use JS to change the stylesheet from the client side or submit to a script which changes your theme...it's really that easy. :)