Is there a way to add code behind to a master page in order to make thesite logo able to rotate. My company is wanting to implement on ourintranet a customized logo based on season, holiday, etc.
A codebind isn't really necessary for this - it can be done viaJavascript added to the Master Page.
But what can I write in java script? Could you show example code?
There are a couple simple ways I can think of:1) Use an "animated gif" to do the rotation entirely within asingle image file - some examples atwww.htmlgoodies.com/.../3479881but you'll get a ton of examples from your favorite search engine for"animated gif create". This doesn't require any master page change,just a new site image.2) Use some javascript in the master page to rotate among differentimage files - one example atjavascript.internet.com/.../...-image-rotator.htmlbut a ton more examples by searching for "rotating image javascript"