點(diǎn)擊button后變色,再次點(diǎn)擊button不變色,眼點(diǎn)擊button外的其他位置才會(huì)變回未點(diǎn)擊時(shí)候的樣子
2015-08-31
data-toggle="dropdown"這句刪了就不會(huì)隱藏,所以還是得加上
2015-08-29
我想資訊一下老師,這個(gè)選項(xiàng)卡是橫幅的, 那么如果是堅(jiān)向的選項(xiàng)卡,應(yīng)該怎么做呢
2015-08-19
<div class="modal fade" id="mymodal">需要加入fade才有動(dòng)畫
2015-08-17
<body data-spy="scroll" data-target="#sidebarMenu"> 提示中少了#
2015-08-10
<body data-spy="scroll" data-target="#sidebarMenu">
<div class="col-xs-3"id="sidebarMenu">
<ul data-spy="affix" data-offset-top="90"class="nav nav-tabs nav-stacked">
ul.nav-tabs.affix{
top: 90px; /* Set the top position of pinned element */
}
<div class="col-xs-3"id="sidebarMenu">
<ul data-spy="affix" data-offset-top="90"class="nav nav-tabs nav-stacked">
ul.nav-tabs.affix{
top: 90px; /* Set the top position of pinned element */
}
2015-08-04
tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">這些屬性可以不寫?
2015-08-04
同學(xué)們,發(fā)現(xiàn)問(wèn)題后自己去解決才會(huì)記得牢,才會(huì)更有收獲
.scrollspy-example要加上position: relative;才對(duì)
變成直角點(diǎn)面板的標(biāo)題然后切換 <h4 class="panel-title" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">標(biāo)題一</h4>
2015-08-02