我有这个hr元素的css样式:
hr#content {
background: url("linie-content.png") no-repeat center bottom transparent;
border: none !important;
position: relative;
top: 272px;
}在Firefox中显示,但在Chrome中不起作用...
发布于 2011-11-11 09:36:25
适用于我,但您需要添加高度才能看到图像。
https://stackoverflow.com/questions/8088560
复制相似问题