演示地址:http://www.corange.cn/demo/3768/index.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title></title>

<link rel="stylesheet" href="demo.css" type="text/css" media="all">
<link rel="stylesheet" href="jquery.dropSlideMenu.css" type="text/css" media="all">

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="jquery.event.hover.js"></script>
<script type="text/javascript" src="jquery.dropSlideMenu.js"></script>

<script type="text/javascript">
$(document).ready(function() {
$("#navigation").dropSlideMenu({
indicators: true, // adds a div to the list items for attaching indicators (arrows)
clickstream: true, // highlights the clickstream in a menu by comparing the links to the current URL path
openEasing: "easeOutQuad", // open animation effect
closeEasing: "easeInQuad", // close animation effect
duration: 600, // speed of drop down animation (in milliseconds)
delay: 800, // delay before the drop down closes (in milliseconds)
hideSelects: true // hide all select elements on the page when the menu is active (IE6 only)
});
});
</script>
</head>

<body>
<p>&nbsp;</p>
<div >About</a></li>

</ul>
</div>

</div>
</body>
</html>

原文地址:http://www.corange.cn/archives/2011/05/3768.html

相关文章:

  • 2022-12-23
  • 2021-10-01
  • 2022-01-10
  • 2022-01-01
  • 2022-12-23
  • 2021-08-13
  • 2021-09-29
  • 2022-02-01
猜你喜欢
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2021-08-11
  • 2022-12-23
  • 2021-08-30
相关资源
相似解决方案