标签: html twitter-bootstrap modal-dialog bootstrap-modal
我正在准备一个使用bootstrap的网站,该网站使用大量模态和图像。我担心表现。 我想知道浏览器何时加载模态。
还是其他什么?
任何人都请解释。
答案 0 :(得分:0)
是的,页面加载时会加载模态。但是,bootstrap将其css display属性设置为none(bootstrap.css文件中的第5876行)。 display: none表示在显示值更改之前,元素不会呈现。
display
none
display: none
这意味着什么: 你应该没事,除非你计划一次显示大量的模态。通过加载我的意思是数千。