I'm attempting to get my stylesheets to Change when the user clicks a button on the site, I've attempted (and failed) so far to use the PHP Switcher - this also appears use HTTP_REFERS which IIRC Norton and the like block.
Could anyone advise how i can build such a thing (which also conforms to web standards).
My page I'm trying to do it on is: <!-- m --><a class="postlink" href="http://www.sudbury-branchline.co.uk/test/">http://www.sudbury-branchline.co.uk/test/</a><!-- m -->
I would like the user to be able to switch between /css/blue.css and /css/green.css and have it remember it as they change page whilst the master_style.css stays the same.
Many thanks for any help.Is this the one you tried? <!-- m --><a class="postlink" href="http://www.alistapart.com/articles/phpswitch/">http://www.alistapart.com/articles/phpswitch/</a><!-- m -->
I found it works well.Yea, thats the one - I got it to do something, but with Norton enabled it just errored as it appears to be using HTTP Referer which that blocks.Never mind, sorted it by using a better script
This one: <!-- m --><a class="postlink" href="http://www.contrastsweb.com/switcher/v2/">http://www.contrastsweb.com/switcher/v2/</a><!-- m -->
Could anyone advise how i can build such a thing (which also conforms to web standards).
My page I'm trying to do it on is: <!-- m --><a class="postlink" href="http://www.sudbury-branchline.co.uk/test/">http://www.sudbury-branchline.co.uk/test/</a><!-- m -->
I would like the user to be able to switch between /css/blue.css and /css/green.css and have it remember it as they change page whilst the master_style.css stays the same.
Many thanks for any help.Is this the one you tried? <!-- m --><a class="postlink" href="http://www.alistapart.com/articles/phpswitch/">http://www.alistapart.com/articles/phpswitch/</a><!-- m -->
I found it works well.Yea, thats the one - I got it to do something, but with Norton enabled it just errored as it appears to be using HTTP Referer which that blocks.Never mind, sorted it by using a better script
This one: <!-- m --><a class="postlink" href="http://www.contrastsweb.com/switcher/v2/">http://www.contrastsweb.com/switcher/v2/</a><!-- m -->