我正在尝试在轮播的右侧和左侧放置背景图像。问题是轮播具有居中设置的 set-width(max-width:1000px)和 margin:auto ,因此没有空间放置覆盖图或背景图像旋转木马周围。有没有办法将背景图像放置在转盘后面?
答案 0 :(得分:0)
将轮播包装在宽度为100%的容器div中,并在其上放置背景图片。
<div class = "div-with-background-image">
<div class = "carousel">
<!-- carousel stuff in here -->
</div>
</div>