Viewing file: index.php (2.43 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BansBerry Message</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content=" "/>
<meta name="keywords" content=" " />
<script type="text/javascript" src="jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="jquery.li-scroller.1.0.js"></script>
<!-- Syntax hl -->
<script src="jquery.syntax.min.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="li-scroller.css" type="text/css" media="screen" />
<script type="text/javascript">
$(function(){
$("ul#ticker01").liScroll();
$("ul#ticker02").liScroll({travelocity: 0.15});
});
</script>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#wrapp {
width: 760px;
text-align: left;
font: normal 1em Arial;
margin: 0 auto;
padding: 0;
border: 0px;
color: black;
}
.gnb {
width: 740px;
margin: 0px 0 3px 0;
background: #f0f1f1;
}
</style>
</head>
<body>
<div id="wrapp">
<div class="gnb">
<!-- first ticker -->
<ul id="ticker01">
<li><span>10/10/2007</span><a href="#">The first thing that most Javascript programmers</a></li>
<li><span>10/10/2007</span><a href="#">End up doing is adding some code</a></li>
<li><span>10/10/2007</span><a href="#">The code that you want to run</a></li>
<li><span>08/10/2007</span><a href="#">Inside of which is the code that you want to run</a></li>
<li><span>08/10/2007</span><a href="#">Right when the page is loaded</a></li>
<li><span>05/10/2007</span><a href="#">Problematically, however, the Javascript code</a></li>
<li><span>04/10/2007</span><a href="#">The first thing that most Javascript programmers</a></li>
<li><span>04/10/2007</span><a href="#">End up doing is adding some code</a></li>
<li><span>04/10/2007</span><a href="#">The code that you want to run</a></li>
<li><span>03/10/2007</span><a href="#">Inside of which is the code that you want to run</a></li>
<li><span>03/10/2007</span><a href="#">Right when the page is loaded</a></li>
<li><span>01/10/2007</span><a href="#">Problematically, however, the Javascript code</a></li>
</ul>
</div>
</div>
</body>
</html>
|