为什么这个盒子阴影在 Firefox 中不起作用..但它在 chrome 中显示阴影..
#slideshow {
margin: 80px auto;
position: relative;
width: 701px;
height: 321px;
padding: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#slideshow > div {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
}
我也给出了重要但没有工作..我正在使用jquery滑块..所以我认为html结构以某种方式搞砸了定位。
任何的想法..
谢谢 !