我正在使用 Bootstrap 3 进行个人项目,但是当我添加模态/下拉菜单等内容时,它们不起作用。我查看了代码,一切都很好,所以我假设这是文件链接的问题。
标题链接:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/carousel.css" rel="stylesheet">
页脚链接:
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
我也有模态,它是 Bootstrap 网站的精确副本,所有代码都是正确的。
我必须删除所有其他本地 CSS/JS 文件吗?
他网站的 HTML 可以在这里找到。