私はリスト項目を持っていますが、リスト項目は jQuery を使用してマーキーのようにする必要があります。
どのように?
これをチェックしてください:http://wordcrowd.org/index.php?title=Rotating_marquee_with_jQuery_Cycle
jquery サイクル プラグインhttp://malsup.com/jquery/cycle/
例 :
<script type="text/javascript">
$(function() {
$('#marquee').cycle({
fx: 'fade',
pause: 1
});
});
</script>