【发布时间】:2014-06-24 23:16:20
【问题描述】:
我注意到 css border-bottom 属性在 Chrome 中不起作用。
到目前为止,我已经检查了 IE 10 和 Mozilla。在这些浏览器上运行良好。当我不使用全屏时,它可以在 Chrome 上运行。
#sync2 .item{
background: transparent;
color: #fff;
text-align: center;
cursor: pointer;
width:25%;
margin-right:auto;
margin-left:auto;
border-bottom:1px solid white;
transition:1s;
-moz-transition:1s;
-webkit-transition:1s;
}
【问题讨论】:
-
您有示例链接吗?还是小提琴?
-
你能指定什么情况下不出现边框吗?
-
header {border-bottom: 3px #f4f4f4 solid; }
标签: html css google-chrome border