[thelist] Manual scrolling

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Mon Jun 26 03:29:06 CDT 2006


>
> find any others that are not automatic and that are simple enough to use.
> I
> don¹t want fancy arrows, just ordinary scrolling arrows.


Why not use CSS then?

<div class="recentNews">...content here</div>

css:
.recentNews
{
width:300px;
height:485px;
overflow:auto;
}

pros
- no extra js required
- works as expected when js disabled
- totally accessible
- some people think that auto-scrolling news tickers "suck".

cons:
- it will not be a auto-scrolling news ticker.


HTH,
-- 
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/cre8/blog/
+> Going solo in Turkish: http://www.volkanozcelik.com/donkisot/
+> My projects/studies/trials/errors : http://www.sarmal.com/
+> Sardalya JavaScript Library: http://www.sarmal.com/sardalya/



More information about the thelist mailing list