Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Mar 13, 2010
1 parent fb2316e commit 9eaec31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
width: 1200px;
margin: 100px auto;
}

ul, li {
margin: 0;
padding: 0;
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>untitled</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/>

</head>
<body>

Expand All @@ -18,6 +19,8 @@
<li><a href="#">Contact</a></li>
</ul>



</div>

<script src="http:https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
Expand Down
10 changes: 10 additions & 0 deletions readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@ This is a simple lava lamp style navigation menu, built with jQuery. To use, sim

$('#nav').spasticNav();

Overrides:

overlap : 20,
speed : 500,
reset : 4000,
color : '#0b2b61',
easing : 'easeOutExpo'



View the demo here: http:https://demo.jeffrey-way.com/spasticNav/

0 comments on commit 9eaec31

Please sign in to comment.