> > On 29/07/2009, at 10:40 PM, Andzia wrote: >> >>> Hello, I have this website almost finished: >>> http://klikerlab.pl/ >>> and I had an idea, that maybe I could make it more active, by >>> changing the >>> image to the left, each day. Can it be done with css? For example, >>> that the >>> chicken would be displayed on Monday, something else on Tuesday, >>> etc.... or > >> should I use a different method?
Remotely (cough, cough) on-topic for css. I came in late to this discussion, but if you will review my website, namely -- http://sperling.com -- you'll see a tree logo on the left top corner. That tree changes with the seasons (i.e., Northern hemisphere) via a different css background rule. The background changes as the equinox changes. I do this with php and not javascript. That way I never have to worry about IF the user has javascript on or not. You see, php is always ON because it's server-side and not client-side. In addition, it is very easy to do time operations in php -- seek out a php list to ask questions about this. Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
