我在设置div的背景分为3个部分时遇到问题(我有3个部分的大阴影 - 顶部,中部(可重复)和底部)。不幸的是,它们有点不透明,所以我不能让mid从上到下一直出现......我怎样才能设置背景,所以中间部分只出现在top和bot之间?
提供问题的当前代码:
background-image: url('shadow_top.png'), url('shadow_bot.png'), url('shadow_mid.png');
background-repeat: no-repeat, no-repeat, repeat-y;
background-position: center top, center bottom, center top;