Created
July 1, 2014 12:41
-
-
Save SeavantUUz/97a66e02b2c30c42b6bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link href="http://cdn.bootcss.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet"> | |
</head> | |
<body> | |
<div class="pull-left"> | |
<p class="muted">向上弹出的子菜单</p> | |
<div class="dropup"> | |
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> | |
<li><a tabindex="-1" href="#">Action</a></li> | |
<li><a tabindex="-1" href="#">Another action</a></li> | |
<li><a tabindex="-1" href="#">Something else here</a></li> | |
<li class="divider"></li> | |
<li class="dropdown-submenu"> | |
<a tabindex="-1" href="#">More options</a> | |
<ul class="dropdown-menu"> | |
<li><a tabindex="-1" href="#">Second level link</a></li> | |
<li><a tabindex="-1" href="#">Second level link</a></li> | |
<li><a tabindex="-1" href="#">Second level link</a></li> | |
<li><a tabindex="-1" href="#">Second level link</a></li> | |
<li><a tabindex="-1" href="#">Second level link</a></li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script> | |
<script src="http://cdn.bootcss.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment