style sheet swapping buttons

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Obadiah
Forum Regular
Posts: 580
Joined: Mon Jul 31, 2006 9:13 am
Location: Ashland, KY
Contact:

style sheet swapping buttons

Post 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?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: style sheet swapping buttons

Post 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. :)
Post Reply