- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
大家好,我是网络开发的新手,
我有一个登录按钮,链接到我网页上的登录表单。加载网页后,我的登录表单会弹出并出现在我的网页内容后面,而无需单击按钮。
我在 CSS 中使用 z-index=4000;
将其置于内容之前,但我不确定这样做是否正确。但是,当加载网页时,该表单仍会自动出现,除非以其他方式单击日志记录按钮,否则不会出现这种情况。
我在这个问题上花了几天时间,但我无法弄清楚是什么原因导致了这个问题,您的帮助对于解决这个问题非常重要。非常感谢。
/* ------ top bar ------- */
.topbar{
background-color:#000;
position: fixed;
z-index: 5000;
height: 45px;
width: 100%;
top:0;
}
nav {
float:right;
}
.btn.login{
color:#fff;
}
.btn.signup {
color:#fff;
}
/*------End Top bar------ */
/*------------login area ---------*/
#loginModal{display:none;}
.loginbox{
width: 320px;
height: 380px;
background: #000;
color: #fff;
top: 60%;
left: 50%;
position:fixed;
transform: translate(-40%,-50%);
box-sizing: border-box;
padding: 60px 25px ;
border:dotted #049CD9;
border-radius: 20%;
}
.avatar{
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
left: calc(50% - 50px);
}
h1{
margin: 0;
padding: 0 0 20px;
text-align: center;
font-size: 22px;
}
.loginbox p{
margin: 0;
padding: 0;
font-weight: bold;
}
.loginbox input{
width: 100%;
margin-bottom: 20px;
}
.loginbox input[type="text"], input[type="password"]
{
border: none;
border-bottom: 1px solid #fff;
background: transparent;
outline: none;
height: 40px;
color: #fff;
font-size: 14px;
}
.loginbox input[type="submit"]
{
border: none;
outline: none;
height: 40px;
background: #008EF5;
color: #fff;
font-size: 18px;
border-radius: 20px;
}
.loginbox input[type="submit"]:hover
{
cursor: pointer;
background: #fb2525;
color: #000;
}
.loginbox a{
text-decoration: none;
font-size: 12px;
line-height: 20px;
color: darkgrey;
}
.loginbox a:hover
{
color: #ffc107;
}
/*------------End login area ---------*/
/*------- section one -------*/
.section1-bg{
background:url(../images/s1bg.jpg);
background-size: cover;
background-position: center;
padding-bottom: 30px;
padding-top: 30px;
}
.text-center h3{
font: 'Berkshire Swash', Helvetica, sans-serif;
color: #2b2b2b;
text-shadow: 2px 2px 0px blue, 8px 8px 0px rgba(0,0,0,0.25);
font-size: 50px;
font-weight: bold;
position:relative;
top: -10px;
}
.text-center img{
position:relative;
top: -25px;
}
.text-center p{
font-weight:300;
font-size:25px;
color:black;
}
.btn-md .booking-links{
font-size: 1.2rem;
color: white;
border: 2px solid green;
border-radius: 25%;
padding: 15px 20px;
background-color:#078D75;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.btn-md .booking-links:hover {
background-color: #368E41;
color: black;
text-decoration: none;
}
.btn-md .gallery-links{
font-size: 1.2rem;
color: white;
border: 2px solid green;
border-radius: 25%;
padding: 15px 20px;
background-color:#037BDB;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.1s;
}
.btn-md .gallery-links:hover {
background-color: #008CBA;
color: black;
text-decoration: none;
}
/*------- section one -------*/
<!doctype html>
<html lang="en"><head>
<!-- Required meta tags -->
<title>Clypsdra Barber</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<!-- awesome-font CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="topbar">
<nav>
<button href="" class="btn login btn-default d-inline-flex" data-toggle="modal" data-target="#loginModal" ><i class="fa fa-sign-in" style="font-size:24px" value="LOGIN" onclick="BtnPushed()" ></i> Login</button>
<button href="" class=" btn signup d-inline-flex" data-toggle="modal" data-target="#signupModal"><i class="fa fa-user" style="font-size:24px" ></i> Sign Up</button>
</nav>
</header>
<div class="loginbox" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"
aria-hidden="true">
<h1>Sign in</h1>
<form>
<p>Username</p>
<input type="text" name="" placeholder="Enter username" required>
<p>Password</p>
<input type="password" name="" placeholder="Enter password" required>
<input type="submit" name="" value="Login">
<a href="#">Not a member?</a> <br>
</form>
</div>
<!-- section one content -->
<div style="box-shadow:1px 1px 100px black" class="section1-bg" id="testing">
<div class="text-center">
<img style="max-width:80%; border-radius:20%; border:4px outset black;box-shadow:8px 10px 10px blue" src="images/logoblue.png" height="auto" width="200px" class="mt-5">
<h3 class="display-1 mb-0 responsive-headers">Clypsydra Barbershop</h3>
<p>Quality Cuts with Premium Class</p>
<button type="button" class="btn btn-md "><a class="booking-links" href="booking.php">Booking</a></button>
<button type="button" class="btn btn-md "><a class="gallery-links" href="gallery.html">Gallery</a></button>
</div>
</div>
<!-- End section one content -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
<script>
var LogModal = document.getElementById = 'LoginModal';
LogModal.setAttribute('display','none');
var Btn = document.getElementsByClassName = 'btn';
function BtnPushed(e){
Btn.addEventListener('click', function(){
LogModal.setAttribute('dispaly','true');
})
}
</script>
</body>
</html>
最佳答案
你几乎做对了。
因为 #loginModal
的位置是固定的,所以 .text-center
parent 必须相对于 -1 的 z-index 定位。
.text-center{
position:relative;
z-index:-1;
}
另一个错误是 .topbar
被设置为 5000 替换为:
.topbar{
z-index: 300;
}
将 a 标签替换为按钮并调用 showModal()
JS 函数将 #loginModal
显示从 'none' 更改为 'block':
<input type="button" style="float:right;margin-top:5px;margin-right:5px;" value="LOGIN" onClick="showModal()"/>
function showModal()
{
document.getElementById("loginModal").style.display = 'block';
}
关于html - 加载网页时弹出登录问题,显示在我网页上的内容后面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54735637/
我的 FAB 将显示在 android studio 的设计窗口中,但在我实际运行应用程序时不会显示。 此外,我有一个 ListView 项目,我指定它应该位于工具栏下方,但当我运行该应用程序时,它部
我的Nginx服务器位于haproxy之后,后者位于Varnish之后: 请求网页=> Varnish => HaProxy => Nginx 我的问题是我无法检索客户端的IP地址,在Nginx日志中
我正在尝试在用户点击的图像上显示一些上下文信息。 我正在为此使用 vtkTextActor。我正在使用 python 绑定(bind)。 问题是因为它在图像上很难阅读,所以我想在它后面画一些背景。 (
我创建了一个 flutter 小部件,它由几个组成应用栏和选项卡的条子组成,在其下方,我有 TabBarView。 1) 选项卡和主体 ScrollView 之间有过多的填充,但我不确定是什么元素导致
当我在 Xcode 4.3.3 上运行我的 cocoa 应用程序时。使用 Lion 10.7.4。应用程序启动并出现在 Xcode 后面。前面几次出现,不知道发生了什么。有人遇到过这样的问题吗?我的主
我需要将一些文本相对于“dropzone”(div)水平和垂直居中放置。它适用于以下解决方案:Inject a text above a div centered horizontally and v
我正在尝试在列表上使用匹配的几何效果,并且至少对于详细 View 的动画来说,它的工作方式与预期的一样。问题是从详细 View 返回列表单元格的动画似乎在列表后面。 我怎样才能让它正常工作,以便详细
我正在尝试在列表上使用匹配的几何效果,并且至少对于详细 View 的动画来说,它的工作方式与预期的一样。问题是从详细 View 返回列表单元格的动画似乎在列表后面。 我怎样才能让它正常工作,以便详细
我对此有点挣扎。在对 Google 进行研究后,我创建了以下计时器例程,该例程在调用时效果良好 // play move method public static void playMove() {
我正在编写一款Android游戏,用户可以购买在购买后动态创建的建筑物。创建它们后,用户可以将它们拖放到任何想要的地方,只要它们在地面上即可。我将天空和地面作为两种不同的框架布局,但天空占据顶部的 2
我有一个包装 div,在那个 div 里面有一些带有下拉按钮的按钮,包装应该有一个最大高度和一个自动滚动。 问题是如果我点击一个按钮,现在下拉菜单总是放在包装器后面,有没有办法让下拉菜单放在包装器的顶
我在 Bootstrap 3 中有一个网站 http://213.239.217.181/carboot/ 我可能会被否决,因为人们会说你试过什么或向我们展示你试过的代码 但我已经为这个问题苦苦挣扎了
我似乎无法解决这个问题,我将标签栏高度从 viewWillLayoutSubviews() 调整为 60,但覆盖 View 似乎不承认调整后的高度并效仿. 我发现的其他类似问题实际上并不相似(请参见此
我在相对布局中有两个线性布局。每个线性布局中有三张图片。从而形成一个图片网格,其中三张图片水平放置在第一个线性布局中,三张在上面的第二个中。如下所示 我的网格 xml 代码是:
我一直试图在我的页面上获取多个背景图片,但我无法获取超过 2 个,所以我开始考虑我可以使用 div 代替。但是当我使用 div 时,我在屏幕的顶部和两侧留下了大约 5 个白色像素,直到我将位置更改为绝
我有一些关于 CSS 的问题。您可以查看以下链接: http://lookdemo.biz/webs/chirag/mickes_figurer/ 在那里,您会在文本“NYFÖDDA FIGURER”
我有一个问题,我有一个绝对定位的 div,它充当背景图像顶部的颜色叠加层。 我遇到的问题是这个绝对定位的 div 之后的所有内容都放在它后面而不是在它上面。我不太明白发生了什么事。我知道它必须简单。
我知道这是一个热门话题,但我浏览了很多论坛,但没有一个修复对我有用。我有一个下拉菜单,隐藏在我正在显示的 pdf 后面。我尝试将 pdf 设置为嵌入并将其设置为 iframe。我尝试更改 css 中的
我不确定我是否在这里遗漏了什么,但似乎我无法将图像映射放在其他所有内容之上(就 z-index 而言)。我尝试改变 HTML 元素定义的顺序,我尝试使用 CSS 来定义适当的 z-index 值,但这
我有一个使用来自 slideful.com 的 iframe 的幻灯片。 slideful 的幻灯片使用 jquery。将幻灯片放在主页上后,我在导航中添加了一个下拉菜单,它位于“slideful.c
我是一名优秀的程序员,十分优秀!