Hmm there's no quick way to remove a feed from the scroller once it's initialized unfortunately. Not to say it's impossible, but thinking about it, the script has to be modified to support reinitialization after having removed the desired feed, which is rather extensive.
As far as the "example2" issue, are you sure this isn't just a case of the container not being tall enough to accommodate all the feeds? By default it's 180px:
Code:
#example2{ /*Demo 2 main container*/
width: 550px;
height: 180px;
border: 1px dashed black;
padding: 4px;
background-color: #EEEEEE;
}
Bookmarks