I been asked to create a scrolling announcement for one of my SharePoint 2010 website and thought it was straight forward however googling for a while i realised many solution have lots of script to be done and some not working, i finally found an easier way to do the same; i have spend many hours to make this happen, by posting this hope will save some of your time.
How does this work ? This uses Content Query webpart and fetch data from Announcement list (Yes any number of announcements can be scrolled) and will display on the site, Here is a screenshot -
If you like it and would want to implement it here are the steps -
[I have done this and tested on SharePoint 2010 and IE 11/Chrome]
Step 1.
Create an Announcement list or use the one which is already in the SharePoint list (You can create any list as you wish)
Step 2.
Add a CQWP and fetch the item to display- in my case i set a new field called "Show Scroll" and in the CQWP filtered the items if set to Yes
Step 3.
I h…