このページの著者による垂直 jcarousel の例を再現しようとしています。
http://sorgalla.com/projects/jcarousel/examples/static_vertical.html
ここに私のhtmlコードがあります:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<link href="skin.css" rel="stylesheet" type="text/css" />
<script src="jquery.jcarousel.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#mycarousel').jcarousel({
vertical: true,
scroll: 2
});
});
</script>
</head>
<body >
<form id="form1" runat="server">
<div class="FinKaynDiv">
<div id="slider">
<ul id="mycarousel" class="jcarousel jcarousel-skin-tango">
<li>Image1</li>
<li>Image2</li>
<li>Image3</li>
<li>Image4</li>
<li>Image5</li>
<li>Image6</li>
</ul>
</div>
</div>
</form>
</body>
</html>
結果は何もありません、画像のリストです!! (注: 質問できるように画像 src="" を変更しました) 問題はありますか?pls ヘルプ.