view moztree.html @ 11:dc89fb1726b4

fixed fade bug
author Atul Varma <varmaa@toolness.com>
date Sun, 13 Dec 2009 00:42:21 -0800
parents c4f96938c259
children b6cc8b87bb93
line wrap: on
line source

<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <link rel="stylesheet" type="text/css" media="all"
        href="moztree.css" />
  <title>The Mozilla Tree</title>
</head>
<body>
<h1>this is the mozilla tree.</h1>
<div id="tree" style="display: none;"></div>
</body>
<script src="jquery.js"></script>
<script src="moztree.js"></script>
</html>