ブートストラップはnavbarの色を変更できますが、色を取り除くことはできませんか?
/*This is for the overall look of the page, what font and the repeated background image*/
body {
background-image: url("../Assets/crossword.png");
font-family: Rockwell, "Courier New", Georgia, 'Times New Roman', serif;
}
/*This is just to get the main content of the page centered*/
#mainBody {
width: 80%;
margin: auto;
margin-top: 10px;
}
.navbar-custom {
background-color: none;
}
<!DOCTYPE html>
<html>
<head>
<!-- This is the title of the first page -->
<title></title>
\t <meta charset="utf-8" />
<!-- This is the viewport settings for bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- These are the javascript, CSS, and jquery file scripts -->
<script src="Scripts/jquery-1.9.1.min.js"></script>
<script src="Scripts/bootstrap.min.js"></script>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<link href="Content/MyStyleSheet.css" rel="stylesheet" />
</head>
<body>
<div id="mainBody">
<nav class="navbar navbar-inverse navbar-custom">
</nav>
</div>
</body>
</html>
ないのはなぜ私は、このナビゲーションバーを持つので、多くの問題を抱えていてください。ブートストラップを試してみましょう。
しかし、navbarの背景色を青色に変更することができます。しかし、私は背景色を与えない場合。それは何もしません。
重要な印を付けてみましたが、私はnavbar-defaultにするための提案を見て、動作させることはできません。私はただ透明になることを背景にしたい、それに何も持たない。透明な背景のために
親愛なる主君の神、それはそれだったすべてです、それはビールとウィッチャー助けて –
ハッピー3時間ハハです:) – Dekel