Skip to content

Commit

Permalink
U: remove bottom example
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzie committed Jul 8, 2013
1 parent e2233e7 commit 42c1398
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions examples/index.md
Expand Up @@ -21,7 +21,7 @@
z-index: 1;
text-align: center;
}
#nav, #gotop, #bottom {
#nav, #gotop {
position: absolute;
height: 30px;
line-height: 30px;
Expand All @@ -40,11 +40,6 @@
top: 0;
width: 100%;
}
#bottom {
width: 100%;
left: 0;
bottom: 0;
}
</style>

<div class="help">撑高度的元素。</div>
Expand All @@ -69,9 +64,6 @@ seajs.use(["$", "sticky"], function($, sticky) {

$('<div id="nav">顶层fixed导航</div>').appendTo("body");
sticky.fix("#nav");

$('<div id="bottom">footer fixed</div>').appendTo("body");
sticky.fix("#bottom");
});
````

Expand Down

0 comments on commit 42c1398

Please sign in to comment.