- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
你好,我想知道是否有人可以帮助我尝试修复我的导航栏和页面顶部之间的差距,我已经检查了 css 是否有任何边距或任何可能指示间隔但根本找不到或找不到的东西修复,有人可以帮助我吗?
(为了更容易查看网站和问题,只需 click here 并将鼠标悬停在主页或主机上,您将看到顶部和导航栏之间的差距)
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,500,600");
html {
width: auto;
overflow-x: hidden !important;
margin: 0px;
padding: 0px;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
z-index: 1;
top: 0px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: rgba(0, 0, 0, 0.25);
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.navbrand {
font-family: sans-serif;
color: white;
position: absolute;
top: 15px;
left: 90px;
}
li a, .dropbtn {
display: inline-block;
color: white;
text-align: left;
padding: 14px 16px;
text-decoration: none;
}
.navigation-bar {
background-color: rgba(0, 0, 0, 0.25);
width: 100%;
}
.navigation-bar ul {
padding: 0px;
margin: 0px;
text-align: right;
}
.navigation-bar li {
list-style-type: none;
padding: 0px;
height: 27px;
margin-top: 4px;
margin-bottom: 4px;
display: inline;
}
.navigation-bar li a {
position: relative;
color: white;
font-size: 16px;
font-family: sans-serif;
text-decoration: none;
line-height: 70px;
padding: 5px 35px;
}
#navigation-container {
width: 1200px;
margin: 0 auto;
height: 84px;
z-index: 1;
position: relative;
}
.dropdown:hover .dropdown-content {
display: block;
width: 200px;
}
li a:hover, .dropdown:hover .dropbtn {
background-color: gray;
}
li.dropdown {
display: inline-block;
}
.dropdown-content a:hover {background-color: gray
}
#menu {
float: right;
}
.button {
position: relative;
background-color: #1DB2E3;
border: 2px;
border-radius: 25px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
top: 70px;
}
}
body {
font: 14px 'Raleway', Arial, sans-serif;
line-height: 1.7em;
font-weight: 300;
margin: 0px;
padding: 0px;
width: auto !important;
overflow-x: hidden !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main {
background-image: url("../images/bg.png");
background-size: cover;
height: 425px;
width: 100%;
display: table;
}
.main2 {
background-image: url("../images/bg.png");
background-size: cover;
height: 75px;
width: 100%;
display: table;
}
h1, h3, h4, h5, h6 {
font-weight: 400;
}
.inner {
display: table-cell;
vertical-align: middle;
text-align: center;
color: #ffffff;
}
.aboutus {
color: #AAAAAA;
line-height: 1.5;
font-size: 16px;
margin: 0;
padding-left: 65px;
padding-right: 65px;
}
.title2 {
text-transform: uppercase;
padding: 40px 0 0 0;
color: #6C6C6C;
font-weight: bold;
text-align: center;
margin: 0;
}
#button1 {
border-radius: 100px;
font-weight: normal;
padding: 15px 30px;
border: 0;
}
#button1 {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
-webkit-transition: 700ms background ease-in-out;
transition: 700ms background ease-in-out;
background: #1DB2E3;
color: #FFFFFF !important;
}
#button1:hover {
background: #333E4F;
}
#main-navigation {
background: #120D36;
position: relative;
border-bottom: 0.5px solid #ffffff;
min-height: 50px;
font-size: 16px;
color: white;
}
a:link, a:hover, a:visited, a:active {
color: #ffffff;
}
#link1 {
color: #1DB2E3;
}
hr {
padding-top: 10px;
}
h2 {
font-size: 150px;
}
.featureblocks {
color: #AAAAAA;
line-height: 1.5;
font-size: 16px;
}
.featuretitle {
color: #000000;
font-weight: bold;
padding-top: 10px;
}
.featureitem {
font-weight: 540;
}
.col-md-4 {
padding-top: 50px;
}
#lastcol {
padding-bottom: 50px;
}
.bottomtext {
color: #ffffff;
}
.footer {
background-image: url("../images/bg.png");
min-height: 50px;
min-width: 100%;
max-width: 100%;
width: 100%;
color: #ffffff;
margin:0;
padding:0;
}
#footer1 {
padding-top: 13px;
padding-left: 80px;
}
#footer2 {
padding-top: 13px;
padding-right: 80px;
}
.nav .nav-tabs {
text-align: right;
}
#boetons{
padding-top: 13px;
float:right;
list-style:none;
background: #120D36;
position: relative;
text-align:center;
}
#boetons ul{
list-style:none;
background: #120D36;
position:relative;
}
#boetons li{float:left;position:relative;background:#120D36;}/* ie needs position:relative here*/
#boetons a{
text-decoration:none;
background:#120D36;
float:left;
color:#fff;
padding-left: 8px;
padding-right: 8px;
text-align:center;
}
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
<html>
<head>
<!-- Meta Data -->
<meta charset="UTF-8">
<meta name="description" content="Equinox Hosting. Affordable Minecraft Hosting for all!">
<meta name="keywords" content="Hosting, Premium, Minecraft, Equinox">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="www.davyydevelopment.site">
<title>Equinox Hosting | Affordable Minecraft Hosting</title>
<!-- Style -->
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/1e0756f001.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Bootstrap -->
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'>
<!-- Animate -->
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
</head>
<body>
<div class="main2">
<div class="navbrand">
<p><font size="5">Equinox Hosting</font></p>
</div>
<div id="menuwrapper">
<div class="navigation-bar">
<div class="navbar-inner">
<div id="navigation-container">
<ul>
<li><a href="index.html">Home <i class="fa fa-home"></i></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Hosting <i class="fa fa-caret-down"></i></a>
<div class="dropdown-content">
<a href="minecraft-hosting.html">Minecraft Hosting</a>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Login <i class="fa fa-caret-down"></i></a>
<div class="dropdown-content">
<a href="#">Client Area</a>
<a href="#">Xeon Panel</a>
<a href="#">Cpanel</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="main">
<div class="inner">
<h1>HOSTING FOR EVERYONE!</h1>
<br>
<h4>Want to get 10% off? Use code <span class="bold">'LAUNCH10'</span></h4>
<br>
<button id="button1" type="button" class="btn btn-primary btn-lg active animated pulse infinite"><a href="#">Get started now</a></button>
</div>
</div>
<div class="container">
<h2 class="title2">About us</h2>
<br>
<br>
<strong><p class="aboutus text-center">We are Equinox Hosting, launched in 2017 with a passion for providing our customers with the highest quality services and
solutions at the lowest prices, affordable for everyone. We always try to answer support tickets & questions as soon
as possible, so if you do have any questions or queries regarding our services head to
our <a id="link1" href="contact.html">contact</a> page.</p></strong>
<br>
<br>
</div>
<hr>
<div class="features">
<h2 class="title2">Features</h2>
<br>
<br>
<strong><p class="aboutus text-center">The more affordable approach to stable minecraft server solutions.</p>
<p class="aboutus text-center">Inexpensive, reliable and feature-rich!</p></strong>
</div>
<div class="container">
<div class="featureblocks">
<div class="col-md-4 text-center">
<img src="images/accelerator.png" alt="accelerator" height="50" width="50">
<p class="featuretitle">SSD Ready</p>
<p class="featureitem">All of our servers utilize the latest and fastest SSD technology available.</p>
</div>
<div class="col-md-4 text-center">
<img src="images/lock.png" alt="lock" height="50" width="50">
<p class="featuretitle">DDoS Protection</p>
<p class="featureitem">All of our servers are protected from a range of DDoS attacks via global filtering PoPs.</p>
</div>
<div class="col-md-4 text-center">
<img src="images/world.png" alt="world" height="50" width="50">
<p class="featuretitle">24/7 Support</p>
<p class="featureitem">We proudly present 24hr support for our customers, ensuring good quality. We also offer live support.</p>
</div>
<div class="col-md-4 text-center">
<img src="images/xeno.png" alt="XenoPanel" height="50" width="50">
<p class="featuretitle">XenoPanel</p>
<p class="featureitem">We use the Xenopanel as our Minecraft panel of choice, it allows quick and easy managment for everyone.</p>
</div>
<div class="col-md-4 text-center">
<img src="images/server.png" alt="server" height="50" width="50">
<p class="featuretitle">Secure Servers</p>
<p class="featureitem">We boast that all of our servers have the most cutting edge security available and SSH 256-bit encryption.</p>
</div>
<div id="lastcol" class="col-md-4 text-center">
<img src="images/clock.png" alt="clock" height="50" width="50">
<p class="featuretitle">Instant Setup</p>
<p class="featureitem">Your game server will be setup in seconds after payment, truly rapid.</p>
</div>
</div>
</div>
<section class="footer">
<div id="footer1" class="col-md-6">
<p>© Equinox Hosting - All Rights Reserved.</p>
</div>
<div id="footer2" align="right" class="col-md-6">
<nav>
<a href="#">Terms of service</a>
<a href="#">Privacy Policy</a>
</nav>
</section>
</body>
</html>
最佳答案
尝试将以下内容添加到您的 CSS:
body {
margin: 0px;
}
CSS 自动添加边距。
关于html - 导航栏和页面顶部之间的间隙,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43663962/
ion-nav-view 嵌套有一个奇怪的问题。当我在浏览器中加载应用程序时,我可以看到 URL 正在更改为 /app/menu,但页面上没有出现 menu.html 中的内容。页面是空白的。 以下是
运行截图如下: 源码如下: CN_TEST1
我正在开发一个示例reactjs应用程序(在学习过程中)。我有一个页面,其中列出了用户列表和一个用于添加新用户的添加按钮。 当我单击添加按钮时,我应该导航到用户表单以创建新用户。 单击用户表单中的提交
我的导航栏中的导航链接有问题。首先,它没有在导航栏中间对齐,如下所示: 另一部分是,我正在使用填充来执行此操作,因此如果我放置除“测试”以外的任何内容或将其放在不同的情况下,等等。它会重复该框。代码预
基本上,我有一个网站,我正在尝试使用 ajax 导航构建它,以便它获取网页并将它们加载到同一页面中。问题是当我正常放入内容时它工作正常但是当我尝试将内容添加到外部文档并从导航中访问它时框拆分你可以在这
以下站点左侧菜单的导航使用 CSS 进行鼠标悬停链接。 PVH 当我获取导航代码并将其设为单独的页面时。然后鼠标悬停链接不起作用。可能是什么原因? Test 最佳答案 可能... 对此事有话要说
一 问题描述 标准的 Web 浏览器包含在最近访问过的页面中向后和向前移动的功能。实现这些特性的一种方法是使用双栈来跟踪前后移动可以到达的页面。 Web 导航支持下面的命令。 后退页面:将当前页面推到
我想有条件地导航到某个页面。如果某些条件为真,我想导航到其他页面,否则我想留在同一页面上。我有类似的东西:- 在 bean.navigate 我有类似的东西:- public String navi
问题:有没有办法让按钮在用户控件中表现得像超链接? 我已经搜索了几天,但没有找到解决此问题的人。如何使用按钮在 WPF 应用程序中导航?具体来说,如何使用户控件内的按钮在其主机框架中导航?请记住,用户
我尝试使用 Android Navigation 组件并遇到了回栈问题。 我有 fragment A,B。 我写的: Navigation.findNavController(view).naviga
我有一个父布局,并从该子站点派生而来。 父级布局具有一个导航,每个导航点代表一个子站点。 如何在父布局中突出显示当前查看的子站点? 如果看起来如何? 最佳答案 可能不是最好的选择,但这是基于路由名称的
我正在开发Blazor服务器端应用程序。熟悉Blazor的任何人都在左侧的NavBar中填充超链接,并以特殊的CSS类进行装饰。我的问题是,如果任何内容都已编辑,我将试图停止导航并在一个特定页面上显示
我是 flutter 的新手,我正在开发一个具有多个屏幕的应用程序。 我想知道如何阻止 flutter 创建同一路线的多个屏幕, 例如我有 第1页和 第2页 ,如果我单击按钮导航到第 2 页并再次单击
我们的设计师创建了一个类似于上面屏幕的布局。主要思想是创建一个只有一个屏幕的应用程序,当您点击一个按钮时,屏幕的红色部分会发生变化(即 2 个文本框而不是 1 个文本框)。这个应用程序将是一个多平台应
有人可以解释为什么从pageE返回时不打印efeioi吗? 页面A Navigator.pushNamed(context, PageB.ROUTE).then((onValue) {
我需要在 iOS 应用程序中创建一个导航,如下图所示。 它包含一个标签栏和一个侧边菜单。 问题是正确的导航菜单按钮,应该在所有选项卡中都可见。甚至每个选项卡的所有内部屏幕。 当用户从侧面菜单中选择一个
这个问题在这里已经有了答案: Vim: move around quickly inside of long line (8 个答案) 关闭 8 年前。 我正在用 vim 编辑一个文本文件,我已经使
我很困惑,如何执行操作来创建从用户位置到用户选择/点击图钉覆盖层的图钉覆盖层(谷歌位置)的路线/导航。这是我的 map Activity ,它将显示我的 map 。 public class Plac
我正在使用 jQuery 函数 .animate 来一一突出显示导航链接。他们在 ul 中。我可以让它工作,只是想知道是否有一种方法可以缩短我的代码,这样我就不必单独突出显示每个项目。提前致谢 $(d
我正在创建一个带有“ anchor 导航”的网站,就像 Facebook 和谷歌邮件一样。我已经让它工作了,但还不完全。当我加载带有 #contact 之类的页面时,除非我单击它的链接,否则它不会加载
我是一名优秀的程序员,十分优秀!