css - linux mint 上 firefox 中 div 之间的灰线

标签 css

我真的不知道发生了什么。 灰线位于图像的末尾,它甚至不是 div 之间的换行符。它只在 Firefox 中。

网站是:http://buzzmarket.co.il/tickets/

截图: enter image description here

此截图来自 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/

相关文章:

javascript - 在语义 UI(CSS 框架)中使用形状

html - 在 Twitter Bootstrap 4 中为导航栏设置主题

jQuery 显示隐藏 li 和 ul

Javascript 脚本不会在 HTML 中加载

html - 显示 : -webkit-box; property disappear few seconds after loading to the browser

javascript - 如何使用 javascript 复制此 css 媒体 jquery 以支持 IE

html - 如何以响应方式处理数据列?

css - 页脚问题

html - Bootstrap 2 错误? [class* ="span"] 奇怪的问题

ruby-on-rails - Sass:处理每个样式表限制的 IE 4095 选择器