Allowing users to change web site theme

Hi

How do i go about allowing users to my website to be able to have the flexibility to change the website color/theme across the whole site during their visit?

Does anyone have any experience in this? Any advice, articles would be most appreciated…

Thanks

I have this in my own photosite (www.francesdelrio.com/photoblog); it might be simpler than what you’re looking for (I just change bg-color and font-colors, but of course you can put whatever you want in the different stylesheets…) there are JS plugins for this…

I got mine from here,
http://www.dynamicdrive.com/dynamicindex9/stylesheetswitcher.htm

but if you search for something like “html switch page theme” you might find other ones (might find better ones… I did this about four years ago… today I probably would look for a jQuery solution…)

HTH…

Thanks very much for your help this is exactly what i am looking for! You have given me enough info to go and learn and find a solution for my project.

Thank you

You could do something as simple as have links and use jQuery so that on click of said link, the corresponding stylesheet is attached for the theme using the jQuery html function.

If you are interested in this solution, I can show you some sample code

If you are interested in this solution, I can show you some sample code

actually I would like to see the code… ;~)

thank you…

I’ve recently added a tutorial I read in a magazine that I amended for my own use, might be helpful

http://alexhedley.com/tutorials/themeswitcher.asp