- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我的下拉菜单有问题,例如 6/7,它落后于我网站上的其他 div:
我已经使用 zindex 在其他浏览器中修复了它。
非常感谢任何帮助。
这是菜单代码。
//我无法发布 HTML,因为其中的链接太多。
这是 CSS。
/* JS disabled styles */
nav li:hover ul { display:block; }
/* base nav styles */
nav {
display:block;
margin:0;
position:relative;
background-color:#1D1AB2;
border-top-width: 1px;
border-bottom-width: 3px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #222;
border-bottom-color: #222;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 35px;
}
nav ul {
padding:0;
margin:0;
background-color: #1D1AB2;
}
nav li { position:relative; float:left; list-style-type:none; z-index: 199;
}
.li80 {
position:relative;
float:left;
width: 80px;
}
nav ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav li a {
display:block;
padding:10px 17px;
border-left:1px solid #999;
color:#FFFFFF;
text-decoration:none;
font-weight: bold;
}
nav li a:hover {
color:#036;
background-color: #FFD073;
}
nav li a:focus { outline:none; text-decoration:underline; }
/* base nav styles */
nav li:first-child a { border-left:none; }
nav li.last a { border-right:none; }
nav a span { display:block; float:right; margin-left:5px; }
nav ul ul {
display:none;
width:100%;
position:absolute;
left:0;
background:#3333cc;
z-index: 99;
}
nav ul ul li { float:none; }
nav ul ul a {
padding:5px 10px;
border-left:none;
border-right:none;
font-size:12px;
}
最佳答案
您不能在 IE 6 中的 li 元素上使用悬停。
下面有一些 javascript 资源,可让您执行此操作。这是链接.. 在 css 链接之前包含这个脚本,一切都会好的;)
关于php - CSS 菜单 ul ul li 下拉菜单在 7 或 6 中不起作用,请帮忙,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5377968/
根据https://developers.google.com/google-apps/calendar/v3/reference/freebusy/query处的文档要执行空闲/忙碌查询,您必须在正
我在启动 Apache 后使用 XAMPP 1.7.7 我收到此警报: Busy... Apache started [Port 80] 我已经打开了 httpd.conf 文件,并将端口号更改为 8
我有端口问题。 每当我启动 Apache 时,它都会给我这个错误: Busy - Apache Started [port 80] 当我启动 Mysql 时出现以下错误: Busy - ERROR
当我运行我的代码时,我总是得到后台工作人员很忙。有帮助吗? struct FtpSetting { public string Server { get; set
在我们的 Android 和 iOS MVVMCross 应用程序中,我们偶尔会遇到 SQLiteException: busy 异常。 给定下面的代码,我们有几个存储库,每个存储库都构造一个下面的实
每次运行解决方案(20 projs)时,我都会收到此错误。我尝试禁用 UI 选项、resharper、删除未使用的扩展等,但仍然无法通过此错误。 我使用的是 VS 2015 Update 2 Ente
我正在使用这个插件 https://github.com/mozilla/rust-android-gradle ,这需要我添加 tasks.whenTaskAdded { task -> i
我是一名优秀的程序员,十分优秀!