TeddyKiller Posted June 18, 2010 Share Posted June 18, 2010 I have.. lets say 10 comments... I want to auto scroll them. You don't see the scroller, it just does it. What happens is.. it pauses on one comment.. for.. so many seconds, then scrolls to the next.. pauses, then scrolls to the next and so on. The process repeats itself and cannot be stopped. What is it and how can it be done? Quote Link to comment Share on other sites More sharing options...
Adam Posted June 18, 2010 Share Posted June 18, 2010 It's just an element (most likely a DIV) with the CSS property overlfow set to "hidden", and then JavaScript decreasing/increasing the top property of an "absolute" positioned inner div.. Obviously there's a lot more too it to, but that's the basics behind it. Quote Link to comment Share on other sites More sharing options...
TeddyKiller Posted June 18, 2010 Author Share Posted June 18, 2010 Mmm.. I've seen this http://www.dynamicdrive.com/dynamicindex2/mikescroll.htm It looks good, once I change the width and stuff but.. It uses an "add.item" thingy, what I'd like is to.. have divs, inside a wrapper div of the scroller... I just can't find anything. Quote Link to comment Share on other sites More sharing options...
TeddyKiller Posted June 19, 2010 Author Share Posted June 19, 2010 I have changed to this - http://plugins.jquery.com/project/vTicker It looks nice, however.. how would I change the max to display to - 'to fit' so that all will be shown ... default is 3. It seems to only allow a limit. Quote Link to comment Share on other sites More sharing options...
Adam Posted June 20, 2010 Share Posted June 20, 2010 ..to show them all? What's the point in using a ticker then? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.