Hello there. Can anyone tell me how I can acheive the following:
I would like to link to a page on which a user is presented with a number of radio buttons. Each one represents a different colour scheme for my site, which is changed by using a different css file. How do I firstly achieve the radio buttons selecting a different css file (external obviously) and secondly get the site to set a cookie so that when the user returns it goes back to the scheme they have chosen, not the deafault...
Please help me. ThanksYou will need a server side language to change it and to set the cookie ie PHP or ASP.Are you sure that is the only way? I have seen things like this done in javascript. I know that it is possible to have radio buttons change the background colour of a page only using Javascript ans CSS.PHP Style Switcher (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/phpswitch/">http://www.alistapart.com/articles/phpswitch/</a><!-- m -->)
JS Style Switcher (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/alternate/">http://www.alistapart.com/articles/alternate/</a><!-- m -->)WHOA, awesome, a style switcher
I'm gonna remake my blog and have that style switcher hahah.
Thanks for the link Paul!
I would like to link to a page on which a user is presented with a number of radio buttons. Each one represents a different colour scheme for my site, which is changed by using a different css file. How do I firstly achieve the radio buttons selecting a different css file (external obviously) and secondly get the site to set a cookie so that when the user returns it goes back to the scheme they have chosen, not the deafault...
Please help me. ThanksYou will need a server side language to change it and to set the cookie ie PHP or ASP.Are you sure that is the only way? I have seen things like this done in javascript. I know that it is possible to have radio buttons change the background colour of a page only using Javascript ans CSS.PHP Style Switcher (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/phpswitch/">http://www.alistapart.com/articles/phpswitch/</a><!-- m -->)
JS Style Switcher (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/alternate/">http://www.alistapart.com/articles/alternate/</a><!-- m -->)WHOA, awesome, a style switcher
I'm gonna remake my blog and have that style switcher hahah.
Thanks for the link Paul!