Hi-
I have a question relating to .CSS, and the ability to let the user who visits the site, select a style from a drop down menu. When they select say "Christmas Theme", the whole site will now load from the Christmast Theme .CSS .
I have the basic idea working. I have a form, you make your choice...the form submits to a 'do_action.php' page, but then the .CSS is applied to that 'do_action.php' page.
I think using cookies would work but I'm not sure how to do this... 1) Select your Style 2) Embed a cookie that tells every page on the site to use .CSS X
I need some direction, tutorials, other ideas...
Thanks in advance!