作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我真的不知道发生了什么。灰线位于图像的末尾,它甚至不是 div 之间的换行符。它只在 Firefox 中。
网站是:http://buzzmarket.co.il/tickets/
截图:
此截图来自 firefox 38.0 上的 linux mint 17
最佳答案
问题出在您的 CSS 类 #header-outer 中。 移除框阴影线
CSS
#header-outer
{
width: 100%;
top: 0px;
left: 0px;
position: fixed;
overflow: visible!important;
padding: 28px 0px 0px 0px;
background-color: #fff;
z-index: 9998;
/* REMOVE FOLLOWING box-shadow LINES or just replace this css code with yours */
/*box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);*/
}
关于css - linux mint 上 firefox 中 div 之间的灰线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30290775/
经过很长时间的尝试,我仍然找不到解决问题的正确方法。问题是将这个灰度图像分割成 3 种不同的颜色:边界应该是黑色,边界的内部空间应该是白色,所有其他介质应该是黑色。 我尝试了几种不同的方法,包括直接强
这个问题在这里已经有了答案: What is the difference between "./somescript.sh" and ". ./somescript.sh" (4 个答案) 关闭
我是一名优秀的程序员,十分优秀!