如何使手风琴完全透明,在 Css 中
我试过了:
[CSS]
#accordion {
font-family: Calibri;
font-size: 12px;
width: 1000px;
height: 400px;
background-image: transparent;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: inset 0 0 8px lightgray,
1px 1px 3px darkgray;
}
[html]
<div id="accordion" >
All the information goes here!
</div>
有人可以指出我正确的方向吗?
PS:如果你忍不住停止对我的评价。