- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我有这个问题,现在我知道 html 和 css 的基础知识,我接受挑战来组织这个网页的外观,但我做了一些事情并且知道它在地址栏和菜单之间有一个空格,我已经尝试了很多东西,但我仍然没有得到问题。
非常感谢所有帮助过我的人
CSS Index
body{
overflow: hidden;
}
.main{
position: relative;
margin: 70px auto;
width: 90%;
max-width: 1080px;
height: auto;
z-index: 480;
}
.contenedor-destacados{
width: 100%;
text-align: center;
background-color: rgba(232, 236, 237, 0.29);
display: block;
position: relative;
top: 40px;
border-radius: 10px;
}
.title-destacados{
display: block;
text-align: center;
/*padding: 10px;*/
color: rgb(50, 50, 50);
letter-spacing: 1.3px;
font-family: 'Droid Serif', serif;
}
CSS 菜单
*{
padding: 0;
margin: 0;
border: 0;
box-sizing: border-box;
}
body{
font-family: 'Roboto';
/*background-image: url('../img/portada_index_large.jpg');*/
}
.material-icons .icon-menu{
color: black;
}
header{
width: 100%;
box-sizing: border-box;
display: block;
height: 15px;
position: absolute;
background-color: rgb(3, 3, 3);
z-index: 1000;
}
/*.contenedor-noticia{
position: static;
margin-top: 0;
display: block;
width: 100%;
height: 50px;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
background: url(../img/portada_index1.png) no-repeat center bottom;
overflow: hidden;
text-align: right;
background-color: rgb(0, 0, 0)
}*/
.navegacion-drawer{
display: none;
}
.btn-menu{
display: none;
}
.cont-logo-head{
float: left;
vertical-align: middle;
}
.logo-head{
margin: 4px 10px;
float: left;
}
.title-menu-bar{
color: #d1d1d1;
float: left;
padding: 5px;
margin-top: 7px;
letter-spacing: 2px;
}
.navegacion{
width: 685px;
top: 2px;
display: block;
position: relative;
float: right;
height: 56px;
padding: 0;
box-sizing: border-box;
z-index: 500;
margin-right: 3px;
}
.menu-general{
list-style: none;
position: absolute;
z-index: 640;
width: 100%;
display: block;
padding: 0;
box-sizing: border-box;
background: rgb(3, 3, 3);
}
.menu{
float: left;
vertical-align: middle;
position: relative;
display: block;
padding: 0;
}
.menu:before{
content: "";
display: block;
width: 0;
height: 3px;
background: #CBCBCB;
transition: all .5s;
left: 50%;
position: absolute;
}
最佳答案
我认为这是因为在你的 .main
中你有
边距:70px auto
我不知道你的页面,所以这可能不是它,但请尝试更改为 margin: 0 auto
更新:相反,从 .contenedor-destacados
中删除 top:40px
关于html - Head 和 Menu 之间的空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50765559/
解释 onCreateOptionsMenu(Menu menu) 和 onPrepareOptionsMenu(Menu menu) 的区别。 最佳答案 onCreateOptionsMenu()
所以我又一次为一些问题而苦苦挣扎。这次是这样的,当我将鼠标悬停在 portfoilio 的下拉菜单上时(当网站处于移动 View 模式时),它只会越过其他元素,我尝试使所有内容相对,删除 float
我正在为移动设备设置新菜单。一切都设置好了,但在我点击任何菜单项后,它并没有关闭菜单和菜单覆盖。 有什么办法解决这个问题吗? 我在下面提供了我的 CSS 和 HTML 代码。 CSS margin
我正在使用 selenium webdriver 为单页 Web 应用程序开发一个 Java 框架,使用以下模式:PageObject、SlowLoadableComponent(责任链)、PageF
我是一个动态创建和选项菜单,选项菜单取决于 onCreate() 阶段创建的数据。 问题在于 onCreateOptionsMenu() 在创建数据之前被调用。有没有办法在onCreate()之后执行
HTML: Portfolio Services About Testimonials Request a Quote CSS: ul#menu li {
我是 extjs 的新手。我想在从 Ext.menu.Menu 选择菜单项时关联一个商店。我正在使用 extjs 4.1.0。我在网上搜索甚至通过 sencha doc 但我找不到任何方法来实现这一目
我正在使用 Bootstrap 3.0.0 制作网站 除了下拉菜单不起作用之外,一切都很好。 在文件的头部,我做出了以下声明: 有什么东西不见了? html 应该是正确的:
我刚刚开始学习 JQuery/JavaScript,我无法弄清楚使用 (".menu") 和 ("menu") 之间的区别以及应该在哪里使用它们? 最佳答案 它是menue,jquery使用css选择
我正在尝试向我的应用程序页面之一添加菜单,但由于某种原因,它没有出现。我使这个特定页面扩展了 AppCompactActivity 并覆盖了 onCreateOptionsMenu(Menu menu
我需要完全控制透视菜单。 我已经侵入平台以禁用上下文菜单: private void disablePerspectiveToolbarMenu() { PerspectiveBarManag
假设我有一个包含一些项目的菜单 (Ext.menu.Menu)。显示菜单时,用户 cat 右键单击它的项目,将显示浏览器上下文菜单(带有“将链接另存为...”等元素)。 如何禁用该浏览器上下文菜单
我有一个按钮,单击后将展开一个菜单项,我希望能够通过 java 脚本控制台以编程方式单击其中一个菜单项。这是我单击按钮所需的内容,但在单击 Ext.menu.Menu 时需要一些帮助 var fire
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许提出有关书籍、工具、软件库等建议的问题。您可以编辑问题,以便可以用事实和引用来回答它。 5年前关
在这里,我正在从事 safari 扩展开发。我已经在 safari 浏览器上成功获得了开发者证书。 在这里,我可以在工具栏项上创建菜单和子菜单,但根据我的项目要求,我必须在栏中包含菜单和菜单项。 请建
我正在使用 Java 和 Android Studio。我需要更改操作栏上的图像。我需要做的是根据从远程传感器接收到的读数来更改在操作栏上显示的图像。因此,我无法使用可点击的方法,而是使用一些代码在从
亲爱的..我有一个问题。在 Firebug 展上: $("#menu ul.menu").lavaLamp 不是 menu.js 中的函数 悬停在菜单上不显示。我把这个问题显示出来:
因此,我接到了一项任务,即使用 CSS 为网页创建一个汉堡包式多级菜单。这里的问题是添加一个子菜单,使其成为一个多层次的汉堡包。下面是我到目前为止为汉堡包多级菜单编写的代码片段 body { marg
我正在学习 Android 并遵循简单的相机应用教程。我复制了一段代码,但出现错误,我不确定原因。 我使用的教程是, http://iwearshorts.com/blog/android-devel
我的/About 中有一个包含路线的子菜单。 这个子菜单称为 AboutMenu 并出现在/About 下的所有页面,例如 =>/About/Company 和/About/Info。 练习示例显示
我是一名优秀的程序员,十分优秀!