is there a way to change a css file with another on a page refresh?
What about changing the whole look of a page on refresh? maybe switching from index to index2 which has the same layout but added elements?
is there a way to change a css file with another on a page refresh?
What about changing the whole look of a page on refresh? maybe switching from index to index2 which has the same layout but added elements?
Take a look at the following.
http://www.alistapart.com/articles/alternate/
http://www.dynamicdrive.com/dynamici...etswitcher.htm
Jeremy | jfein.net
thank you very much!
does the second link you provided randomly select a style without user interaction? i briefly looked it over.
The second link I provide you has a selection of themes and the user choses which to use.
Jeremy | jfein.net
so is there a way for the css to automatically change, WITHOUT visitor interaction. I want it to change on refresh. Any ideas?
Thanks for you help so far.
Sure, it's possible. I don't really recommend it. It goes against most conventions and usability standards.
But, regardless, you could randomly pick a filename out of an array and use the styleswitcher.js functions to call it on refresh.
If you need help with the code, I'm sure someone around here will be able to help (I'm not so good with actually writing JS, lol).
Bookmarks