style sheet swapping buttons
Moderator: General Moderators
style sheet swapping buttons
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?
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: style sheet swapping buttons
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.
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.