我有一个问题,它让我发疯。我开始学习 RoR,但我不知道为什么我不能在我的 Bootstrap 3 应用程序上设置背景图像。我尝试了一切,但图像没有“加载”。
我用这个网站来做到这一点:http ://css-tricks.com/perfect-full-page-background-image/
可能做错了什么?
** 如果我将 html 更改为 body,则不会发生任何事情。如果我删除引号或不删除引号,同样的事情。
提前致谢!
更新:**对不起。新手错误。图像已损坏。有问题。感谢所有帮助。
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<style>
html {
background: url('images/fondo.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
有趣的是,如果我使用任何 URL 图像,如 voices.suntimes.com/wp-content/uploads/2013/08/...,一切正常。问题在于我电脑上的图像