<div class="mask">
<div class="header">
</div>
<div class="colleft">
<div class="col1">
<h3>Demo of multi-row vertical scroller - not equal height</h3>
<p>After one cycle of moving, the scroller returns to its start point and start another cycle. There's no appending extra nodes.
</p>
<p> The height of each items could be different.
</p>
</div>
<div class="col2">
<div class="container">
<ul style="height: 333px; top: 43px;" id="newsticker">
<li><h4><a href="http://www.pagecolumn.com/webparts/ticker.htm"> How to make news tickers</a></h4>
<p>Tutorial to design news tickers in Javascript. Demos with fadeOut, delay and BBC style ...</p>
</li>
<li><h4><a href="http://www.pagecolumn.com/javascript/fade.htm">fadeIn and fadeOut</a></h4>
<p>A simple javascript object for fadeIn and fadeOut effect. Use like jQuery with callback function.</p>
</li>
<li><h4><a href="http://www.pagecolumn.com/javascript/drag_list.htm">drag the list</a></h4>
<p>Application of <a href="http://www.pagecolumn.com/javascript/drag_drop.htm">drag and drop</a>. Drag to change the order of a list
of items</p>
</li>
</ul>
</div>
</div>
</div>
</div>