Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Rotating Site Logo

  Asked By: Akeem Strong         Date: Feb 01, 2008      Category: Sharepoint      Views: 377
 

Is there a way to add code behind to a master page in order to make the
site logo able to rotate. My company is wanting to implement on our
intranet a customized logo based on season, holiday, etc.

Tagged:      

 

3 Answers Found

 
Answer #1       Answered By: Johathan Mcgowan          Answered On: Feb 01, 2008       

A codebind isn't really necessary for this - it can be done via
Javascript added to the Master Page.

 
Answer #2       Answered By: Georgia Barr          Answered On: Feb 01, 2008       

But what can I write in java script? Could you show example code?

 
Answer #3       Answered By: Jessi Sweet          Answered On: Feb 01, 2008       

There are a couple simple ways I can think of:

1) Use an "animated gif" to do the rotation entirely within a
single image file - some examples at
www.htmlgoodies.com/.../3479881
but 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 different
image files - one example at
javascript.internet.com/.../...-image-rotator.html
but a ton more examples by searching for "rotating image javascript"

 
Didn't find what you were looking for? Find more on Rotating Site Logo Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].