- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我创建了一个网页并将其链接到 cnd bootstrap 扩展,但是当我启动该网页时,我的布局看起来很简单且展开。这是网站的链接
kellito14.github.io
下面是代码:
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="source/slider.js"></script>
<script src="//connect.soundcloud.com/sdk.js"></script>
<script type="text/javascript">
function myradio(){
myWindow = window.open("radiopage.php", "_blank", "width=300, height=100");
document.getElementById('radioplayer').pause();
}
</script>
</head>
<!--<body onload="javascript: myradio()" >-->
<body>
<header>
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="" alt="my falcon logo" width="113" height="80">
</div>
<div class="col-md-4" >
</div>
<div class="col-md-4">
</div>
</div>
</div>
</header>
<nav class="navbar">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">WebSiteName</a>
</div>
<ul class="nav navbar-nav">
<li class="active" id="home"><a href="index.html">Home</a></li>
<li ><a href="about.php">About</a></li>
<li><a href="podcast.php">Podcasts</a></li>
<li><a href="video.php">Videos</a></li>
<li><a href="subscribe.php">Subscribe</a></li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="col-md-10">
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/mfrlogo.jpg" alt="slide1" width="460" height="345" style=" width: 60%;height:400px;">
</div>
<div class="item">
<img src="images/enactusimg.jpg" alt="slide2" width="460" height="345" style=" width: 60%;height:400px;">
</div>
<div class="item">
<img src="images/enactusslide.jpg" alt="slide3" width="460" height="345" style=" width: 60%;height:400px;">
</div>
</div>
<button id="btnslide" class="btn btn-md "><a href="subscribe.html">Contribute!<a/></button>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="row">
<div class="col-md-8">
<img src="images/fb.png" alt="facebook icon">
<img src="images/tw.png" alt=" twitter icon">
</div>
</div>
<div class="row-centered" style="padding-left: 5px;">
<div class="col-md-2 bg-3" style="min-width: 20%; padding: 5px;">
<p> Subscribe to keep up to date on the latests podcasts and videos!</p>
<a href="subscribe.html"><button class="btn btn-color">Subscribe</button></a>
</div>
<div class="col-md-2 bg-3" style="min-width: 20%;padding: 5px;">
<p> The current list of Podcasts!</p>
<a href="podcasts.html"><button class="btn btn-color">Podcasts</button></a>
</div>
<div class="col-md-2 bg-3" style="min-width: 20%;padding: 5px;">
<p> Current Videos </p>
<a href="videos.html"><button class="btn btn-color">Videos</button></a>
</div>
<div class="col-md-2 bg-3" style="min-width: 20%;padding: 5px;">
<p>Learn more about us </p>
<a href="about.html"><button onclick="myradio()"class="btn btn-color">About US</button></a>
</div>
</div>
</div>
<div class="col-md-2 sidenav" style="overflow:hidden;">
<button class="accordion">Section 1</button>
<div class="panel">
<button onclick ="myradio()" class="btn btn-color"><span class="glyphicon glyphicon-play" aria-hidden="true"></span> Live Music</button>
</div>
<button class="accordion">Section 2</button>
<div class="panel">
<div class="slideCon">
<div class= "sD"><img id= "img1" src="Images/image1.jpg" alt="" width="100" height="100" border="0" /></div>
<div class= "sDTwo"><img id= "img2" src="Images/image2.jpg" alt="" width="100" height="100" border="0" /></div>
<div class= "sDThree"><img id ="img3" src="Images/image3.jpg" alt="" width="100" height="100" border="0" /></div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid bg-4 text-center">
<div class="row">
<div class="col-md-4">
<p>Website created by: Kelly Anaya</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<p>Please follow Us:</p>
</div>
</div>
</footer >
</body>
<script>
$('.carousel').carousel({interval: 10000});
</script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script type="text/javascript">
$(document).ready(function(){
//class of the divs containing slide One, Two, and Three
var slideOne= $(".sD"), slideTwo= $(".sDTwo"), slideThree= $(".sDThree");
//ID's of images One, Two, and Three.
var imgOne = document.getElementById("img1"), imgTwo = document.getElementById("img2"), imgThree = document.getElementById("img3");
var adNum= 0;
var ImgArray = new Array();
for(;adNum<=8; adNum++){
ImgArray[adNum]= new Image();
ImgArray[adNum].src= "Images/image"+(adNum+1)+".jpg";
}
adNum= 0;
$(".slideCon").delay(750).toggle();
startSlide();
function startSlide(){
slideOne.fadeIn(2500);
slideTwo.fadeIn(2750);
slideThree.fadeIn(3000);
slideOne.fadeOut(2500);
slideTwo.fadeOut(2750);
slideThree.fadeOut(3000);
setTimeout(function(){imgOne.src=ImgArray[adNum].src;}, 5500);
setTimeout(function(){imgTwo.src=ImgArray[adNum+1].src;}, 5500);
setTimeout(function(){ imgThree.src=ImgArray[adNum+2].src;}, 5500);
if(adNum < 6 ){// 9 is number of images
setTimeout(function(){adNum+=3;}, 5000);
}//end if
else{
setTimeout(function(){adNum=0;}, 5000);
}
setTimeout(function(){startSlide();}, 6500);
}//end startSlide
});
</script>
<!-- for the accordion-->
<script type="text/javascript">
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].onclick = function(){
this.classList.toggle("active");
this.nextElementSibling.classList.toggle("show");
}
}
</script>
</html>
最佳答案
这是您收到的错误消息,
(index):7 Mixed Content: The page at 'https://kellito14.github.io/' was loaded over HTTPS, but requested an insecure stylesheet 'http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'. This request has been blocked; the content must be served over HTTPS.
(index):1 Mixed Content: The page at 'https://kellito14.github.io/' was loaded over HTTPS, but requested an insecure script 'http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'. This request has been blocked; the content must be served over HTTPS.
所以问题是混合内容,解决这个问题的一种方法是将链接更改为 https,
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
或者如果你不确定 http/https,那么就这样吧:
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
浏览器会自动决定是通过http还是https加载。
关于html - 为什么 bootstrap 在我的 github 网页上不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38287901/
有人可以告诉我 Bootstrap、Twitter Bootstrap 和 Bootstrap 3 之间有什么区别吗? 最佳答案 在 CSS 框架的上下文中,Bootstrap 和 Twitter B
什么是 Bootstrap 文档中的屏幕阅读器??? >>> bootstrap document 不知道什么是屏幕阅读器? 最佳答案 它是视力不佳或由于某种原因无法从屏幕上阅读的人使用的工具;它会向
我想更新网站上的 Bootstrap,但我不知道安装的版本。 如何仅使用 bootstrap.css 和 bootstrap.min.js 文件来识别 bootstrap 版本? CSS 文件中没有版
很抱歉问了这么一个愚蠢的问题,但我真的不清楚这些。 Bootstrap 是一个非常棒的库,它节省了开发人员的大量工作。 因为它提供了很多功能,比如 节省大量时间。 响应式功能。 一致的设计。 便于使用
我正在使用 ng2-bootstrap对于 Angular 2 项目。 这个包同时支持Bootstrap 3和4,我安装后默认使用Bootstrap 3。我没有找到任何关于切换的信息。 如何从 Boo
我计划在我的项目中使用 Bootstrap 4 和 angular 4,但我对 npm install --save @ng-bootstrap/ng-bootstrap 和 npm install
单击删除按钮后,我设置了警报。 但它的默认高度更大,我想让它更小(高度)。 我试过 display-4 属性(property),但它没有工作。 我已通过 w-50 将宽度设置为屏幕的一半,但警报的一
我使用 Bootstrap 按钮下拉菜单来显示表单。我通过调用 stopPropagation 禁用了单击时消失的下拉菜单(当用户操作表单时) .表单的元素之一是下拉列表。如果我使用 native h
twitter-bootstrap 中的“bootstrap”一词是什么意思?在许多 gem 中都有“bootstrap”这个词。我搜索了其中的含义,但无法得出结论。那么有人可以在这种情况下给出“Bo
由于 Bootstrap 5 不再使用 jQuery 并且正在使用 vanilla JS,我想知道是否仍然建议使用 Bootstrap-Vue,不管 Bootstrap-Vue 还不支持 Bootst
我正在使用 codeigniter 框架,我正在使用 bootstrap typeahead,一切都很好,但我的问题是当我将它放在 bootstrap 模式中时,bootstrap typeahead
我刚刚完成安装 bootstrap 5 版本 ^5.0.0-alpha1并在 app.js 中导入 Bootstrap import "bootstrap" 其他.js var myModal = n
我一直在尝试在使用选项卡的页面上实现 ScrollSpy。 这是我的 body 标签: 这是我的标签 HTML: Home Profile
如果您选择使用 Bootstrap-Xtra,您是否应该也包括原始的 bootstrap.css,或者 bootstrap-xtra.css 应该是一个完整的替代品。 例如,bootstrap-xtr
我正在使用 bootbox 创建一个对话框。 bootbox.dialog({ message: 'Datepicker input: ', title: "Custom label"
我正在将使用 Bootstrap 构建的 Web 应用程序迁移到 React 和 react-bootstrap,两者都很棒。我在 react-bootstrap 中没有看到的一件事是如何顺利集成 B
我正在使用 Bootstrap 3 RC,默认按钮是带有黑色文本的深灰色,而不是带有黑色文本的浅灰色。我已经尝试过 CDN 链接和离线。我还清空了我的浏览器缓存以防万一。有没有其他人经历过这个?这可能
在我的一个项目中,我曾经有 bootstrap-tagsinput http://timschlechter.github.io/bootstrap-tagsinput沿着 bootstrap-2.3
下拉菜单在 Angular-UI-Bootstrap 中不起作用?使用 Bootstrap-3 CSS 以下是代码。链接Click me for a dropdown出现。但不会在点击时切换。怎么了?
如何在 Bootstrap Table 中添加 Bootstrap 按钮 最佳答案 我已经想出了解决办法。我想和大家分享。 这是我的 table : # Visit
我是一名优秀的程序员,十分优秀!