http://v2.bootcss.com/javascript.html#tabs标签页设置
http://v2.bootcss.com/components.html#breadcrumbs标签页式导航
http://jingyan.baidu.com/article/066074d6564f39c3c21cb014.html=====CSS省略号text-overflow超出溢出显示省略号=====
.can .content .span2 ul li a{
display: block;
border: 1px solid silver;
border-radius: 2px;
zoom:1;
padding: 5px;
margin-top: 5px;
margin-left: -15px;
background-color: rgba(230,230,230,0.5);/*
box-shadow: #666 0 1px 1px;*/
text-decoration: none;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow: hidden;
white-space: nowrap;
}