課程
/前端開發(fā)
/Bootstrap
/玩轉(zhuǎn)Bootstrap(基礎(chǔ))
求問bootstrap中 aria-haspopup="true" aria-expanded="true"
好像可有課無,不影響效果。
2018-07-22
源自:玩轉(zhuǎn)Bootstrap(基礎(chǔ)) 5-3
正在回答
aria-haspopup :true表示點(diǎn)擊的時候會出現(xiàn)菜單或是浮動元素; false表示沒有pop-up效果。?aria-expanded:表示展開狀態(tài)。默認(rèn)為undefined, 表示當(dāng)前展開狀態(tài)未知。其它可選值:true表示元素是展開的;false表示元素不是展開的。
舉報
告訴你使用Bootstrap,并且能夠獨(dú)立定制出適合自己的Bootstrap
1 回答下拉菜單 aria-haspopup="true" aria-expanded="true">??
1 回答aria-labelledby="myLargeModalLabel" aria-hidden="true"是什么意思來的?
23 回答aria-hidden="true"是什么意思 aria代表什么?
1 回答aria-hidden="true"是什么意思?
2 回答aria-valuenow aria-valuemin aria-valuemax
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2018-08-01
aria-haspopup :true表示點(diǎn)擊的時候會出現(xiàn)菜單或是浮動元素; false表示沒有pop-up效果。?
aria-expanded:表示展開狀態(tài)。默認(rèn)為undefined, 表示當(dāng)前展開狀態(tài)未知。其它可選值:true表示元素是展開的;false表示元素不是展開的。